From eb2d98bb0daccd290275791fe8a77602930904fb Mon Sep 17 00:00:00 2001 From: Hendrik Date: Fri, 1 May 2026 18:06:38 +0200 Subject: [PATCH] install/update.sh: chmod +x scripts so they're executable --- scripts/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install.sh b/scripts/install.sh index 3e03ef9..f0a5ee1 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -60,6 +60,7 @@ else fi mkdir -p "$DATA_DIR" +chmod +x "$INSTALL_DIR/scripts/"*.sh chown -R "$SERVICE_USER:$SERVICE_USER" "$INSTALL_DIR" "$DATA_DIR" echo "==> Dependencies installieren"