diff --git a/run.sh b/run.sh index 65cd1c3..b5faa5f 100755 --- a/run.sh +++ b/run.sh @@ -7,8 +7,8 @@ if [ ! -f "ttn-gateway" ]; then exit 1 fi -if [[ $GW_DEBUG != "" ]]; then - echo "*** GW_DEBUG asserted - exiting ***" +if [[ $HALT != "" ]]; then + echo "*** HALT asserted - exiting ***" exit 1 fi