svc.sh: fix conditional
This commit is contained in:
parent
ddbd422e11
commit
da2f64b165
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}" = " systemd" ]];then
|
elif [[ "${serviceManager}" = "systemd" ]];then
|
||||||
systemd "${1}" "${2}"
|
systemd "${1}" "${2}"
|
||||||
fi
|
fi
|
Loading…
x
Reference in New Issue
Block a user