diff --git a/start.sh b/start.sh index 45c86d3..502c5b2 100644 --- a/start.sh +++ b/start.sh @@ -44,4 +44,4 @@ if [[ "$TEMPLATE_NGINX_HTML" != "0" ]] ; then fi # Start supervisord and services -/usr/local/bin/supervisord -n -c /etc/supervisord.conf +/usr/bin/supervisord -n -c /etc/supervisord.conf