Loading checkservices +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,6 @@ for svc in "${services[@]}"; do else echo "systemctl restart '$svc'" fi [[ $systemd_cmd ]] && systemctl "$systemd_cmd" "$svc" [[ $systemd_cmd ]] && { systemctl "$systemd_cmd" "$svc" & } fi done Loading
checkservices +1 −1 Original line number Diff line number Diff line Loading @@ -76,6 +76,6 @@ for svc in "${services[@]}"; do else echo "systemctl restart '$svc'" fi [[ $systemd_cmd ]] && systemctl "$systemd_cmd" "$svc" [[ $systemd_cmd ]] && { systemctl "$systemd_cmd" "$svc" & } fi done