diff --git a/run.sh b/run.sh index b5faa5f..39f1e7e 100755 --- a/run.sh +++ b/run.sh @@ -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"