add debug to logfile

This commit is contained in:
2025-09-27 23:49:38 +02:00
parent d825404ddf
commit 2c218904ff

View File

@@ -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