diff --git a/bootstrap.sh b/bootstrap.sh index 071222b..5b5d9e3 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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