Author: nextgens Date: 2006-08-24 14:05:07 +0000 (Thu, 24 Aug 2006) New Revision: 10254
Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd Log: doh Modified: trunk/apps/new_installer/res/windows/bin/1run.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-24 13:38:57 UTC (rev 10253) +++ trunk/apps/new_installer/res/windows/bin/1run.cmd 2006-08-24 14:05:07 UTC (rev 10254) @@ -49,7 +49,7 @@ :: Try to detect a free, aviable port for fproxy @set FPROXY_PORT=8888 @java -jar bin\bindtest.jar %FPROXY_PORT% - at if errorlevel 0 goto configure_fproxy + at IF NOT ERRORLEVEL 1 GOTO configure_fproxy @set FPROXY_PORT=8889 @bin\cat.exe welcome.html | bin\sed.exe "s/8888/%FPROXY_PORT%/g" > welcome2.html @move /Y welcome2.html welcome.html > NUL
