mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 03:15:49 +00:00
fix: Simplify conditional check
This commit is contained in:
parent
df61797b9b
commit
4162ef862c
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ finish() {
|
|||
done
|
||||
fi
|
||||
|
||||
if [ ! -f "$STORAGE/windows.boot" ] && [ -f "$BOOT" ]; then
|
||||
if [ ! -f "$STORAGE/windows.boot" && -f "$BOOT" ]; then
|
||||
# Remove CD-ROM ISO after install
|
||||
if ready; then
|
||||
touch "$STORAGE/windows.boot"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue