From 45708d4bd17accaa6bb9c14380556694eeb5a8b3 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Sun, 4 Feb 2024 14:30:55 +0100 Subject: [PATCH] bugfix --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) 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