From e06e30050e5718a5a7bc84cd16a9f0083dac9ba7 Mon Sep 17 00:00:00 2001 From: Jockel Date: Tue, 21 Feb 2017 13:18:23 +0100 Subject: [PATCH] removed n|no) reboot=false ;; --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index bdca46b..0822c2c 100644 --- a/install.sh +++ b/install.sh @@ -50,7 +50,6 @@ for (( i=1; i<=$#; i=$i+2 )); do -r|--reboot) case $arg2 in y|yes) reboot=true ;; - n|no) reboot=false ;; *) reboot=false ;; esac ;;