fix: Set ISO variable

This commit is contained in:
Kroese 2024-04-22 01:28:13 +02:00 committed by GitHub
parent 1fbe146ead
commit 72647f496f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1170,6 +1170,8 @@ fi
if ! rm -f "$ISO" 2> /dev/null; then
BASE="windows.iso"
ISO="$STORAGE/$BASE"
rm -f "$ISO"
fi
if ! buildImage "$DIR"; then