mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
0b36ed825b
commit
e31550b5f4
1 changed files with 1 additions and 1 deletions
|
|
@ -927,7 +927,7 @@ buildImage() {
|
||||||
error "File $BOOT does already exist?!" && return 1
|
error "File $BOOT does already exist?!" && return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -f "$ETFS" ]; then
|
if [ ! -f "$dir/$ETFS" ]; then
|
||||||
error "Failed to locate file \"$ETFS\" in ISO image!" && return 1
|
error "Failed to locate file \"$ETFS\" in ISO image!" && return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue