check for 7657 instead of 4444 in launcher script
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user