From 01fba1ec1d6717b9c03d9391a915e148b60e0a99 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Tue, 7 Apr 2020 20:26:58 -0400 Subject: [PATCH] Update library.sh --- container_files/usr-local-bin/library.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/container_files/usr-local-bin/library.sh b/container_files/usr-local-bin/library.sh index e866b885..25a72739 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -128,10 +128,6 @@ prepWS() { prepConf() { linkGrouperSecrets $dest/classes - - if [ -d "/opt/grouper/conf" ]; then - cp -r /opt/grouper/conf/* $dest/classes/ - fi }