From: martin f. krafft Date: Thu, 27 Feb 2014 18:17:54 +0000 (+0100) Subject: fix name of --restart option X-Git-Url: https://git.madduck.net/code/vinst.git/commitdiff_plain/cb12e1c6c685eb75400e90f8801b571258c412d0 fix name of --restart option --- 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