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 linkDirectoriesToVolume
initialConfiguration initialConfiguration
bootstrappingEnvironment bootstrappingEnvironment
echo "Starting supervisor with \"/etc/supervisor/supervisor.conf\" ..." echo "Starting Zulip using supervisor with \"/etc/supervisor/supervisor.conf\" ..."
echo "===" echo "==="
exec supervisord -c /etc/supervisor/supervisor.conf exec supervisord -c /etc/supervisor/supervisor.conf
} }