diff --git a/config b/config index 3725b2ef..d83942f7 100755 --- a/config +++ b/config @@ -6,7 +6,7 @@ echo $1 echo $2 echo -if [ "$2" = "-n" ]; then +if [ "$2" = "n" ]; then norestart=1 else norestart=0