From b1ca04a38be105ee0ad9d581f0e97fa4c66c276d Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 15 Jul 2015 10:04:44 +0000 Subject: [PATCH] fix supervisord --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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