Change to the "Starting ..." message

This commit is contained in:
Alexander Trost
2015-10-24 14:52:41 +02:00
parent 80da2a717c
commit 1134d69e2f

View File

@@ -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
}