From 55d89b91869326d901b75bb0a60252eab30e62bc Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Wed, 19 Jun 2024 13:17:23 -0400 Subject: [PATCH] Update config changed to no reboot --- config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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