Don't default to ssl for scope.weave.works

It doesn't support it yet, and we want to release 0.10.0
This commit is contained in:
Paul Bellamy
2015-11-13 13:26:15 +00:00
parent ab3927617d
commit d57d4aa53a

View File

@@ -103,7 +103,7 @@ while true; do
shift
fi
PROBE_ARGS="$PROBE_ARGS -token=$ARG_VALUE"
echo "scope.weave.works:443" >/etc/weave/apps
echo "scope.weave.works:80" >/etc/weave/apps
touch /etc/service/app/down
;;
--no-app)