Explorar el Código

Update cas server version in runall.sh

Luke Taylor hace 15 años
padre
commit
a7770a64d3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      samples/runall.sh

+ 1 - 1
samples/runall.sh

@@ -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