mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
GT-2874 corrected severe error in svrAdmin.bat preventing its' use for
Windows install of Ghidra Server
This commit is contained in:
parent
92e72e71ed
commit
e1e2992593
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user