Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kawhii committed Dec 5, 2017
1 parent fc82e14 commit 8e54c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-cas.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
export JAVA_HOME=/opt/jre-home
export PATH=$PATH:$JAVA_HOME/bin:.
exec java -jar sso-config/target/sso-config.jar &
exec java -jar sso-server/target/cas.war
exec java -jar /usr/local/service/sso-config/target/sso-config.jar &
exec java -jar /usr/local/service/sso-server/target/cas.war

0 comments on commit 8e54c5f

Please sign in to comment.