diff --git a/config b/config index d83942f7..206eb317 100755 --- a/config +++ b/config @@ -6,10 +6,11 @@ echo $1 echo $2 echo -if [ "$2" = "n" ]; then - norestart=1 -else +# if [ "$2" = "n" ]; then +if [ -z "$2"]; then norestart=0 +else + norestart=1 fi reboot=0