mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 22:17:55 -05:00
GT-2874 corrected severe error in svrAdmin.bat preventing its' use for
Windows install of Ghidra Server
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user