From 4013303e602a519c393ca1f34ccf74b705659a74 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Sun, 10 Apr 2016 17:32:04 -0400 Subject: [PATCH] asdf --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 8744299..daf056b 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"