From 217b68c76412e3d1adf89007fd74a585a8ba8c88 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Fri, 12 Feb 2016 13:54:49 +0000 Subject: [PATCH] overwrite /etc/weave/apps, because it might already exist --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 9681d8856..aa5ef275e 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -85,6 +85,6 @@ if [ "$MANUAL_APPS" = "" -a "$TOKEN_PROVIDED" = "true" ]; then MANUAL_APPS="scope.weave.works:443" fi -echo "$MANUAL_APPS" >>/etc/weave/apps +echo "$MANUAL_APPS" >/etc/weave/apps exec /home/weave/runsvinit