From 506388ff703e62a6c31c5f8d5f4e4463f0f67709 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Sat, 4 Apr 2020 14:50:52 -0400 Subject: [PATCH] removed unneeded grouper loader --- container_files/usr-local-bin/library.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/container_files/usr-local-bin/library.sh b/container_files/usr-local-bin/library.sh index 09ed6bf8..1b5688e4 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -152,11 +152,6 @@ finishPrep() { then cat /opt/tier-support/supervisord-shibsp.conf >> /opt/tier-support/supervisord-base.conf fi - - if [ "$GROUPER_DAEMON" = "true" ] - then - cat /opt/tier-support/supervisord-loader.conf > /opt/tier-support/supervisord.conf - fi # copy files to their appropriate locations based on passed in flags if [ "$GROUPER_WS" = "true" ]