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 905bafb92f
commit cd16048e0a

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"