From 198ea17414830e4ec535c3e426f35fed37fddc70 Mon Sep 17 00:00:00 2001 From: Hendrik Date: Fri, 1 May 2026 18:06:47 +0200 Subject: [PATCH] update.sh: chmod scripts before next run --- scripts/update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update.sh b/scripts/update.sh index b2509d4..9630f01 100644 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -11,6 +11,7 @@ SERVICE_USER="nexredirect" cd "$INSTALL_DIR" +chmod +x "$INSTALL_DIR/scripts/"*.sh 2>/dev/null || true git fetch --tags --quiet if [[ -n "$TAG" ]]; then git checkout --quiet "$TAG"