From 68cf6c413f6d10e2f45e5ab385ba9386892b370e Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 19 Jun 2024 13:14:32 -0400 Subject: [PATCH] Update config print no restart --- config | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/config b/config index 11000e2f..b7cea74e 100755 --- a/config +++ b/config @@ -6,13 +6,16 @@ echo $1 echo $2 echo -if [ "$2" = "n" ] ; then -# if [ -z "$2"]; then - norestart=1 -else +# if [ "$2" = "n" ] ; then +if [ -z "$2"] ; then norestart=0 +else + norestart=1 fi +echo "No restart" +echo $norestart + reboot=0 restart=0