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 }