From d4509afd5fea68c14ca032d20e57a8843b8684d4 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 15 Jul 2015 10:02:14 +0000 Subject: [PATCH] updated supervisord location in start.sh script --- 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