From da2f64b165daa3db7417d5ee8d2995bf3d97e719 Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 26 Oct 2021 20:53:14 -0700 Subject: [PATCH] svc.sh: fix conditional --- svc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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