mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-18 04:43:47 +00:00
Removed one line to "sync" with upstream changes
This commit is contained in:
@@ -8,7 +8,6 @@ DEPLOYMENT_TYPE="${DEPLOYMENT_TYPE:-voyager}"
|
||||
POSTGRES_USER="${POSTGRES_USER:-postgres}"
|
||||
|
||||
# Shut down all services to ensure a quiescent state.
|
||||
# Stop supervisord only if the socket exists, prevents problems with docker
|
||||
if [ -e "/var/run/supervisor.sock" ]; then
|
||||
supervisorctl stop all
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user