mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update install.sh
This commit is contained in:
parent
36b3d5687c
commit
0b36ed825b
1 changed files with 5 additions and 1 deletions
|
|
@ -620,7 +620,7 @@ prepareImage() {
|
|||
missing=$(basename "$dir/$EFISYS")
|
||||
[ ! -f "$dir/$ETFS" ] && missing=$(basename "$dir/$ETFS")
|
||||
|
||||
error "failed to locate file '${missing,,}' in ISO image!"
|
||||
error "Failed to locate file \"${missing,,}\" in ISO image!"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
|
@ -927,6 +927,10 @@ buildImage() {
|
|||
error "File $BOOT does already exist?!" && return 1
|
||||
fi
|
||||
|
||||
if [ -f "$ETFS" ]; then
|
||||
error "Failed to locate file \"$ETFS\" in ISO image!" && return 1
|
||||
fi
|
||||
|
||||
base=$(basename "$BOOT")
|
||||
local out="$TMP/${base%.*}.tmp"
|
||||
rm -f "$out"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue