Skip to content

Commit

Permalink
fixing issue with where Daemon libraries are copied too
Browse files Browse the repository at this point in the history
  • Loading branch information
John Gasper authored Apr 26, 2018
1 parent 19bc47d commit 1ea72e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prepDaemon() {
cp -r /opt/grouper/conf/* $dest/conf/
fi
if [ -d "/opt/grouper/lib" ]; then
cp -r /opt/grouper/lib/* $dest/lib/
cp -r /opt/grouper/lib/* $dest/lib/custom/
fi
}

Expand Down

0 comments on commit 1ea72e2

Please sign in to comment.