From cdf714c35a66a3391d4b6d0aab683dd03163633c Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Tue, 12 Jul 2016 13:27:54 -0400 Subject: [PATCH] fixed bug in startup shell script --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"