diff --git a/_scripts/update_all.sh b/_scripts/update_all.sh index 865daf8dd7..fda0a905ce 100755 --- a/_scripts/update_all.sh +++ b/_scripts/update_all.sh @@ -11,7 +11,7 @@ (cd fxa-profile-server && git checkout master && git pull origin master && npm i && cd ..) || echo "fxa-profile-server update failed" -(cd 123done && git checkout master && git pull origin master && npm i && cd ..) || echo "123done update failed" +(cd 123done && git checkout oauth && git pull origin oauth && npm i && cd ..) || echo "123done update failed" (cd loop-server && git checkout master && git pull origin master && npm i && cd ..) || echo "Loop update failed" (cd syncserver && git checkout master && git pull origin master && make build && cd ..) || echo "syncserver update failed" diff --git a/test/curl.sh b/test/curl.sh index d820d0f563..ea029b73c7 100755 --- a/test/curl.sh +++ b/test/curl.sh @@ -19,3 +19,6 @@ curl 127.0.0.1:5050 # loop server curl 127.0.0.1:10222 + +# sync server +curl 127.0.0.1:5000