From 2c218904ff650268b27682a7519022a2363b5014 Mon Sep 17 00:00:00 2001 From: pi-farm Date: Sat, 27 Sep 2025 23:49:38 +0200 Subject: [PATCH] add debug to logfile --- scripts/image-builder.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/image-builder.sh b/scripts/image-builder.sh index 112add4..2f1dabd 100755 --- a/scripts/image-builder.sh +++ b/scripts/image-builder.sh @@ -675,6 +675,7 @@ build_image() { esac done platforms=${platforms%,} # letztes Komma entfernen + echo "DEBUG architectures='$architectures'" >> "$logfile" if [[ -z "$platforms" ]]; then whiptail --msgbox "Keine Architekturen ausgewählt. Build abgebrochen." 10 60