1
0
Fork 0
This commit is contained in:
Luca Bilke 2024-02-04 14:30:55 +01:00
parent f48243da22
commit 45708d4bd1
No known key found for this signature in database
GPG Key ID: AD6630D0A1E650AC
1 changed files with 1 additions and 0 deletions

View File

@ -202,6 +202,7 @@ enable_services() {
[ ! -L "/var/service/$(basename "$target")" ] && [ ! -L "/var/service/$(basename "$target")" ] &&
ln -s "$target" "/var/service/" ln -s "$target" "/var/service/"
chmod 755 "$target" chmod 755 "$target"
chmod 755 "$target/run"
tput rc tput rc
tput el tput el
#shellcheck disable=SC2016 #shellcheck disable=SC2016