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"