From cb12e1c6c685eb75400e90f8801b571258c412d0 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Thu, 27 Feb 2014 19:17:54 +0100 Subject: [PATCH] fix name of --restart option --- vinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vinst b/vinst index bf0a14d..06f4a25 100755 --- a/vinst +++ b/vinst @@ -93,7 +93,7 @@ while [ -n "$1" ]; do (--wipe) WIPE=1 ;; - (--console) + (--restart) RESTART=1 ;; esac -- 2.39.2