This commit is contained in:
Ray Ozzie 2016-03-25 13:23:18 -04:00
parent 6c08cda73e
commit cf8f08b1e1

2
run.sh
View File

@ -47,7 +47,7 @@ echo ""
# load the region-appropriate global conf
if curl -sS --fail https://raw.githubusercontent.com/rayozzie/ttn-gateway-conf/master/$GW_REGION-global_conf.json --output ./global_conf.json
if curl -sS --fail https://raw.githubusercontent.com/TheThingsNetwork/gateway-conf/master/$GW_REGION-global_conf.json --output ./global_conf.json
then
echo Successfully loaded $GW_REGION-global_conf.json from TTN repo
else