From 9456fabe3e2833af99a153d090100101622ddd05 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Mon, 16 Mar 2020 02:08:18 +0000 Subject: [PATCH] Fix snapshot restore. --- quickemu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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