install/update.sh: chmod +x scripts so they're executable
This commit is contained in:
parent
a5a8a89f20
commit
eb2d98bb0d
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue