This commit is contained in:
Ray Ozzie 2016-04-10 17:32:04 -04:00
parent 7c7e5be4ca
commit 4013303e60

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"