install/update.sh: chmod +x scripts so they're executable

This commit is contained in:
Hendrik 2026-05-01 18:06:38 +02:00
parent a5a8a89f20
commit eb2d98bb0d

View file

@ -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"