fix debug string

This commit is contained in:
2025-09-27 23:54:57 +02:00
parent 01992205e6
commit 47229f68f6

View File

@@ -679,7 +679,7 @@ done
# Letztes Komma abschneiden
platforms="${platforms%,}"
DEBUG architectures='amd64 arm64 armhf x86'
echo "DEBUG architectures='$architectures'" >> "$logfile"
if [[ -z "$platforms" ]]; then
echo "Keine Architektur ausgewählt. Build abgebrochen." | tee -a "$logfile"