mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
fix launch message
This commit is contained in:
@@ -9,7 +9,7 @@ netstat /o /a /n | findstr "LISTENING" | findstr "4444" >nul 2>nul && (
|
||||
echo "I2P is already running, not launching"
|
||||
) || (
|
||||
echo "I2P is not running, launching"
|
||||
echo start "i2p" /D "%I2PPath%" %I2PPath%i2p.exe
|
||||
echo start "i2p" /D "%I2PPath%" i2p.exe
|
||||
start "i2p" /D "%I2PPath%" i2p.exe
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user