From cf8f08b1e165dc451cabc7900bc579dd5e8a5d65 Mon Sep 17 00:00:00 2001 From: Ray Ozzie Date: Fri, 25 Mar 2016 13:23:18 -0400 Subject: [PATCH] xx --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 150304f..ed23c54 100755 --- a/run.sh +++ b/run.sh @@ -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