Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update library.sh
chubing committed Feb 13, 2020
1 parent 142820e commit c96c12b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions container_files/usr-local-bin/library.sh
@@ -59,6 +59,7 @@ linkGrouperSecrets() {
prepDaemon() {
setupLoggingPipe
setupGrouperLogPipe
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
}

prepDaemonConf() {
@@ -80,7 +81,8 @@ prepSCIM() {
setupTomcatLogPipe


cp /opt/tier-support/grouper-ws-scim.xml /opt/tomee/conf/Catalina/localhost/
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/

}

prepSCIMConf() {
@@ -103,7 +105,7 @@ prepUI() {
setupTomcatLogPipe
setupSupervisordLogPipe

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

prepUIConf() {
@@ -125,7 +127,7 @@ prepWS() {
setupTomcatLogPipe
setupSupervisordLogPipe

cp /opt/tier-support/grouper-ws.xml /opt/tomcat/conf/Catalina/localhost/
cp /opt/tier-support/grouper.xml /opt/tomee/conf/Catalina/localhost/
}

prepWSConf() {
@@ -146,4 +148,4 @@ prepConf() {
prepSCIMConf
prepUIConf
prepWSConf
}
}

0 comments on commit c96c12b

Please sign in to comment.