Skip to content

Commit

Permalink
Update library.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 4, 2020
1 parent 6e9b6b7 commit a310652
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions container_files/usr-local-bin/library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ prepDaemon() {

setupLoggingPipe
setupGrouperLogPipe
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
#cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
finishPrep
}

Expand All @@ -89,7 +89,7 @@ prepSCIM() {
setupTomcatLogPipe


cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
#cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
finishPrep
}

Expand All @@ -106,7 +106,7 @@ prepUI() {
setupTomcatLogPipe
setupSupervisordLogPipe

cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
#cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
finishPrep
}

Expand All @@ -121,7 +121,7 @@ prepWS() {
setupTomcatLogPipe
setupSupervisordLogPipe

cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
#cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
finishPrep
}

Expand Down

0 comments on commit a310652

Please sign in to comment.