From 1134d69e2fbd436c67d7b0cef76cd9e4effe9da5 Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Sat, 24 Oct 2015 14:52:41 +0200 Subject: [PATCH] Change to the "Starting ..." message --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3a68764..4ea9257 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -485,7 +485,7 @@ appRun() { linkDirectoriesToVolume initialConfiguration bootstrappingEnvironment - echo "Starting supervisor with \"/etc/supervisor/supervisor.conf\" ..." + echo "Starting Zulip using supervisor with \"/etc/supervisor/supervisor.conf\" ..." echo "===" exec supervisord -c /etc/supervisor/supervisor.conf }