mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 11:45:50 +00:00
fix: Set ISO variable
This commit is contained in:
parent
1fbe146ead
commit
72647f496f
1 changed files with 2 additions and 0 deletions
|
|
@ -1170,6 +1170,8 @@ fi
|
||||||
|
|
||||||
if ! rm -f "$ISO" 2> /dev/null; then
|
if ! rm -f "$ISO" 2> /dev/null; then
|
||||||
BASE="windows.iso"
|
BASE="windows.iso"
|
||||||
|
ISO="$STORAGE/$BASE"
|
||||||
|
rm -f "$ISO"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! buildImage "$DIR"; then
|
if ! buildImage "$DIR"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue