Skip to content

Commit

Permalink
Update library.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Feb 27, 2020
1 parent 0352ded commit 4458c67
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/bin/sh

dest=/opt/grouper/grouperWebapp/WEB-INF/
rsync -l -r -v /opt/grouper/slashRoot/ /

if [ -d "/opt/grouper/slashRoot" ]; then
# Copy any files into the root filesystem
rsync -l -r -v /opt/grouper/slashRoot/ /
fi

setupPipe() {
if [ -e $1 ]; then
Expand Down

0 comments on commit 4458c67

Please sign in to comment.