diff --git a/scripts/start.sh b/scripts/start.sh index fee19fc..1cf11da 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -105,4 +105,4 @@ if [[ "$RUN_SCRIPTS" == "1" ]] ; then fi # Start supervisord and services -/usr/bin/supervisord -n -c /etc/supervisord.conf +exec /usr/bin/supervisord -n -c /etc/supervisord.conf