change gw_debug to halt

This commit is contained in:
Ray Ozzie 2016-06-17 10:18:30 -04:00
parent 8fcce8278f
commit da4f0c2dea

4
run.sh
View File

@ -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