Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fixing issue with where Daemon libraries are copied too
John Gasper committed 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
@@ -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
}

0 comments on commit 1ea72e2

Please sign in to comment.