This commit is contained in:
teldra 2022-02-07 18:30:34 +01:00
parent 548300f3ac
commit 3073128214

View File

@ -38,7 +38,7 @@ addpkg() {
enable_service() {
for i in $@; do
if ! [ -l /etc/runit/runsvdir/default/${i} ]; then
if ! test -l /etc/runit/runsvdir/default/${i}; then
ln -s /etc/sv/$i /etc/runit/runsvdir/default/
fi
done