mirror of
https://github.com/dockur/windows.git
synced 2026-01-26 21:03:12 +00:00
revert: Simplify conditional checks (#1414)
This reverts commit 9c08dc7b1e.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user