refactor(update-backend): clean up script by removing unnecessary newline

- 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 8a14ce977b
commit d34217d2c1

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"