fixed bug in startup shell script
This commit is contained in:
parent
da4f0c2dea
commit
cdf714c35a
2
run.sh
2
run.sh
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /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
|
if [ ! -f "ttn-gateway" ]; then
|
||||||
echo "ERROR: gateway executable not yet built"
|
echo "ERROR: gateway executable not yet built"
|
||||||
|
Loading…
Reference in New Issue
Block a user