From 5859af18dbe1f523c2fd92904f19d0887d57b5c2 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 25 Jan 2026 12:45:58 -0500 Subject: [PATCH] Update config fix else --- config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/config b/config index ca195611..9d4d412b 100755 --- a/config +++ b/config @@ -180,11 +180,10 @@ if [ "$1" = "" ]; then # # Check the exit code of the last command # if [ $? -ne 0 ]; then # echo "Simulated Telemetry is automatically turned ON" - else - echo "Simulated Telemetry is OFF" - fi +# else +# echo "Simulated Telemetry is OFF" +# fi else - echo "Battery not present!" echo "Simulated Telemetry is automatically turned ON" fi fi