svc.sh: fix conditional

This commit is contained in:
mollusk 2021-10-26 20:52:26 -07:00
parent 7e9f60c3ec
commit ddbd422e11

2
svc.sh
View File

@ -165,6 +165,6 @@ systemd(){
if [[ "${serviceManager}" = "runit" ]];then
runit "${1}" "${2}"
elif [[ "${serviceManager}" ]];then
elif [[ "${serviceManager}" = " systemd" ]];then
systemd "${1}" "${2}"
fi