Skip to content

Commit

Permalink
GRP-2740: remove /opt/grouper/lib from container
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed May 2, 2020
1 parent ca72b5b commit 2757ded
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2757ded

Please sign in to comment.