From 445e37873a5eef1ebc2962c279c1dcd9a0bec4f7 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 23 Mar 2020 21:28:04 -0400 Subject: [PATCH] Update library.sh --- container_files/usr-local-bin/library.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/container_files/usr-local-bin/library.sh b/container_files/usr-local-bin/library.sh index 0b93d94d..831f0eb2 100755 --- a/container_files/usr-local-bin/library.sh +++ b/container_files/usr-local-bin/library.sh @@ -131,7 +131,6 @@ prepConf() { if [ -d "/opt/grouper/conf" ]; then cp -r /opt/grouper/conf/* $dest/classes/ fi - finishPrep }