check for 7657 instead of 4444 in launcher script

This commit is contained in:
idk
2022-05-20 18:21:49 -04:00
parent d5b1291a30
commit 235b6444e7

View File

@@ -5,7 +5,7 @@ call "%MYPATH%common.bat"
echo "check if I2P is already running"
::only launch I2P if the proxy is not up on 4444
netstat /o /a /n | findstr "LISTENING" | findstr "4444" >nul 2>nul && (
netstat /o /a /n | findstr "LISTENING" | findstr "7657" >nul 2>nul && (
echo "I2P is already running, not launching"
) || (
echo "I2P is not running, launching"