mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
Don't set working directory in start command so it can just have one
This commit is contained in:
@@ -8,7 +8,7 @@ echo "check if I2P is already running"
|
||||
netstat /o /a | find /i "listening" | find ":4444" >nul 2>nul && (
|
||||
echo "I2P is already running, not launching"
|
||||
) || (
|
||||
start "i2p" /D "%I2PData%" %I2PPath%i2p.exe
|
||||
start "i2p" %I2PPath%i2p.exe
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user