progress
This commit is contained in:
parent
652eba8b51
commit
75ab3b6ea4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user