mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Fix snapshot restore.
This commit is contained in:
parent
58edab1f82
commit
9456fabe3e
1 changed files with 2 additions and 2 deletions
|
@ -131,7 +131,7 @@ while [ $# -gt 0 ]; do
|
|||
BIOS=""
|
||||
shift;;
|
||||
-restore|--restore)
|
||||
SNAPSHOT=1
|
||||
RESTORE=1
|
||||
shift;;
|
||||
-snapshot|--snapshot)
|
||||
SNAPSHOT=1
|
||||
|
@ -180,4 +180,4 @@ if [ ${SNAPSHOT} -eq 1 ]; then
|
|||
vm_snapshot
|
||||
fi
|
||||
|
||||
vm_boot
|
||||
vm_boot
|
||||
|
|
Loading…
Reference in a new issue