From 8d2409a559c57e1d3c76afe4564565df511cc66a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 19 Jun 2024 13:07:43 -0400 Subject: [PATCH] Update config changed from n to -n --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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