This commit is contained in:
teldra 2022-02-07 18:38:05 +01:00
parent 652eba8b51
commit 75ab3b6ea4
1 changed files with 1 additions and 1 deletions

View File

@ -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