Update config fix else

master-psag-fm-only-fsk
Alan Johnston 1 week ago committed by GitHub
parent 33a621c6a8
commit 5859af18db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -180,11 +180,10 @@ if [ "$1" = "" ]; then
# # Check the exit code of the last command # # Check the exit code of the last command
# if [ $? -ne 0 ]; then # if [ $? -ne 0 ]; then
# echo "Simulated Telemetry is automatically turned ON" # echo "Simulated Telemetry is automatically turned ON"
else # else
echo "Simulated Telemetry is OFF" # echo "Simulated Telemetry is OFF"
fi # fi
else else
echo "Battery not present!"
echo "Simulated Telemetry is automatically turned ON" echo "Simulated Telemetry is automatically turned ON"
fi fi
fi fi

Loading…
Cancel
Save

Powered by TurnKey Linux.