svc.sh: fix conditional
This commit is contained in:
parent
7e9f60c3ec
commit
ddbd422e11
2
svc.sh
2
svc.sh
@ -165,6 +165,6 @@ systemd(){
|
|||||||
|
|
||||||
if [[ "${serviceManager}" = "runit" ]];then
|
if [[ "${serviceManager}" = "runit" ]];then
|
||||||
runit "${1}" "${2}"
|
runit "${1}" "${2}"
|
||||||
elif [[ "${serviceManager}" ]];then
|
elif [[ "${serviceManager}" = " systemd" ]];then
|
||||||
systemd "${1}" "${2}"
|
systemd "${1}" "${2}"
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user