GT-2874 corrected severe error in svrAdmin.bat preventing its' use for

Windows install of Ghidra Server
This commit is contained in:
ghidra1 2019-05-15 15:25:16 -04:00
parent 92e72e71ed
commit e1e2992593

View File

@ -35,7 +35,7 @@ set SCRIPT_DIR=%~dp0
:: Production Environment
set CONFIG=%SCRIPT_DIR%.\server.conf
if exist "%GHIDRA_DIR%" goto continue
if exist "%CONFIG%" goto continue
:: Development Environment
set CONFIG=%SCRIPT_DIR%..\..\Common\server\server.conf