diff --git a/quickemu.sh b/quickemu.sh index baefc5d..1751e79 100755 --- a/quickemu.sh +++ b/quickemu.sh @@ -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 \ No newline at end of file +vm_boot