mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 12:15:50 +00:00
Update power.sh
This commit is contained in:
parent
7a72e2f546
commit
461e707615
1 changed files with 3 additions and 1 deletions
|
|
@ -85,7 +85,9 @@ finish() {
|
|||
# Remove CD-ROM ISO after install
|
||||
if ready; then
|
||||
touch "$STORAGE/windows.boot"
|
||||
[[ "$REMOVE" != [Nn]* ]] && rm -f "$BOOT" 2>/dev/null || true
|
||||
if [[ "$REMOVE" != [Nn]* ]]; then
|
||||
rm -f "$BOOT" 2>/dev/null || true
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue