diff --git a/svc.sh b/svc.sh index 9b08b6e..516cdfc 100755 --- a/svc.sh +++ b/svc.sh @@ -165,6 +165,6 @@ systemd(){ if [[ "${serviceManager}" = "runit" ]];then runit "${1}" "${2}" -elif [[ "${serviceManager}" = " systemd" ]];then +elif [[ "${serviceManager}" = "systemd" ]];then systemd "${1}" "${2}" fi \ No newline at end of file