Removed one line to "sync" with upstream changes

This commit is contained in:
Alexander Trost
2017-03-21 01:17:51 +01:00
parent 9894794c03
commit 3e921b8186

View File

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