From 75ab3b6ea4404e2ac4c26ccfb43269669d42cec9 Mon Sep 17 00:00:00 2001 From: teldra Date: Mon, 7 Feb 2022 18:38:05 +0100 Subject: [PATCH] progress --- etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/functions b/etc/functions index 406f56c..4fbf205 100644 --- a/etc/functions +++ b/etc/functions @@ -38,7 +38,7 @@ addpkg() { enable_service() { for i in $@; do - if ! test -l /etc/runit/runsvdir/default/${i}; then + if ! [ -h /etc/runit/runsvdir/default/${i} ]; then ln -s /etc/sv/$i /etc/runit/runsvdir/default/ fi done