fixed bug in startup shell script

This commit is contained in:
Ray Ozzie 2016-07-12 13:27:54 -04:00
parent da4f0c2dea
commit cdf714c35a

2
run.sh
View File

@ -1,6 +1,6 @@
#! /bin/bash
# Exit if we're debugging and haven't yet built the gateway.
# Exit if we're debugging and haven't yet built the gateway
if [ ! -f "ttn-gateway" ]; then
echo "ERROR: gateway executable not yet built"