From ddbd422e11a01ec66b5b0e2faa27bff97b3b2184 Mon Sep 17 00:00:00 2001 From: mollusk Date: Tue, 26 Oct 2021 20:52:26 -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 88fbbdb..9b08b6e 100755 --- a/svc.sh +++ b/svc.sh @@ -165,6 +165,6 @@ systemd(){ if [[ "${serviceManager}" = "runit" ]];then runit "${1}" "${2}" -elif [[ "${serviceManager}" ]];then +elif [[ "${serviceManager}" = " systemd" ]];then systemd "${1}" "${2}" fi \ No newline at end of file