refactor(update-backend): clean up script by removing unnecessary newline
Some checks failed
Deploy to production / deploy (push) Failing after 1m56s

- Removed an extra newline in the update-backend.sh script to improve readability and maintainability.
This commit is contained in:
Torsten Schulz (local)
2026-03-31 07:35:47 +02:00
parent ca33a29317
commit 9aad42655e

View File

@@ -48,7 +48,6 @@ if [ -f "$BACKEND_DIR/.env" ]; then
else
echo "⚠ WARNUNG: Keine .env-Datei in $BACKEND_DIR gefunden!"
fi
echo "Setting permissions..."
sudo -n chown -R yourpart:yourpart "$BACKEND_DIR"
sudo -n chmod -R 755 "$BACKEND_DIR"