Explorar o código

fix issue 596

Jason Rivard %!s(int64=4) %!d(string=hai) anos
pai
achega
6c02e460e7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      webapp/src/main/webapp/WEB-INF/Command.bat

+ 1 - 1
webapp/src/main/webapp/WEB-INF/Command.bat

@@ -6,7 +6,7 @@ if NOT DEFINED JAVA_HOME goto err
 set JAVA_OPTS="-Xmx1024m"
 set CLASSPATH="lib/*;classes"
 
-%JAVA_HOME%\bin\java %JAVA_OPTS% -classpath !CLASSPATH! password.pwm.util.cli.MainClass %1 %2 %3 %4 %5 %6 %7 %8 %9
+"%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath !CLASSPATH! password.pwm.util.cli.MainClass %1 %2 %3 %4 %5 %6 %7 %8 %9
 goto finally
 
 :err