From d7bcb9461dbc30c6c810a1b7ed8f5429ff69f5cc Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 8 Apr 2020 13:40:03 -0400 Subject: [PATCH] Update library.sh --- container_files/usr-local-bin/library.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/container_files/usr-local-bin/library.sh b/container_files/usr-local-bin/library.sh index 2a8683ab..ff86d3b1 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -132,6 +132,10 @@ prepConf() { finishPrep() { + + # clear out existing supervisord config + cat /opt/tier-support/supervisord-base.conf > /opt/tier-support/supervisord.conf + # construct the supervisord file based on FLAGS passed in or what was in CMD if [ "$RUN_APACHE" = "true" ] then