diff --git a/config b/config index b7cea74e..0fcc6f7b 100755 --- a/config +++ b/config @@ -8,13 +8,13 @@ echo # if [ "$2" = "n" ] ; then if [ -z "$2"] ; then - norestart=0 + noreboot=0 else - norestart=1 + noreboot=1 fi -echo "No restart" -echo $norestart +echo "No reboot" +echo $noreboot reboot=0 restart=0 @@ -840,6 +840,8 @@ fi echo "Checking for reboot or restart" +echo $noreboot + if [ "$noreboot" = "0" ] ; then if [ "$reboot" = "1" ] ; then