Skip to content

Commit dcc1e0d

Browse files
committed
detect new WebCTRL install when previous is uninstalled
1 parent 9712d12 commit dcc1e0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utility.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ if exist "%config%" call :loadConfig
101101
)
102102

103103
:: Determine location of WebCTRL installation
104+
if not exist "%WebCTRL%\webserver\*" set "WebCTRL="
104105
if "%WebCTRL%" EQU "" (
105106
for /f %%i in ('dir "%SystemDrive%\" /B /A:D ^| findstr /R /X "WebCTRL[0-9][0-9]*\.[0-9][0-9]*"') do (
106107
set "WebCTRL=%%i"

0 commit comments

Comments
 (0)