bugfix
This commit is contained in:
parent
f48243da22
commit
45708d4bd1
|
@ -202,6 +202,7 @@ enable_services() {
|
|||
[ ! -L "/var/service/$(basename "$target")" ] &&
|
||||
ln -s "$target" "/var/service/"
|
||||
chmod 755 "$target"
|
||||
chmod 755 "$target/run"
|
||||
tput rc
|
||||
tput el
|
||||
#shellcheck disable=SC2016
|
||||
|
|
Reference in New Issue