From 2757ded24f3da4f0f016e40d878bb0fd17beb199 Mon Sep 17 00:00:00 2001 From: mchyzer Date: Sat, 2 May 2020 15:47:51 -0400 Subject: [PATCH] GRP-2740: remove /opt/grouper/lib from container --- 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 47bedd62..51f06aa5 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -7,10 +7,6 @@ if [ -d "/opt/grouper/slashRoot" ]; then rsync -l -r -v /opt/grouper/slashRoot/ / fi -if [ -d "/opt/grouper/lib" ]; then - cp -r /opt/grouper/lib/* $dest/libUiAndDaemon/ -fi - setupPipe() { if [ -e $1 ]; then rm $1