Browse Source

Update cas server version in runall.sh

3.0.x
Luke Taylor 16 years ago
parent
commit
a7770a64d3
  1. 2
      samples/runall.sh

2
samples/runall.sh

@ -201,7 +201,7 @@ stop_jetty @@ -201,7 +201,7 @@ stop_jetty
cd ../cas
if [[ -e ./server/cas-server-webapp-3.3.3.war ]]
if [[ -e ./server/cas-server-webapp-3.3.5.war ]]
then
echo "Found cas server war. Running cas sample"
cd server

Loading…
Cancel
Save