update.sh: chmod scripts before next run
This commit is contained in:
parent
eb2d98bb0d
commit
198ea17414
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue