cd before starting a jpackaged router from the script in case the environment is overriding it
This commit is contained in:
@@ -15,6 +15,7 @@ if exist "%LocalAppData%\I2P\I2P.exe" (
|
||||
)
|
||||
|
||||
if exist "%I2PPath%\jpackaged" (
|
||||
cd "%LOCALAPPDATA%\I2P"
|
||||
start "i2p" /D "%LOCALAPPDATA%\I2P" "%I2PPath%\i2p.exe"
|
||||
) else (
|
||||
start "i2p" "%I2PPath%\i2p.exe"
|
||||
|
||||
@@ -15,6 +15,7 @@ if exist "%LocalAppData%\I2P\I2P.exe" (
|
||||
)
|
||||
|
||||
if exist "%I2PPath%\jpackaged" (
|
||||
cd "%LOCALAPPDATA%\I2P"
|
||||
start "i2p" /D "%LOCALAPPDATA%\I2P" "%I2PPath%\i2p.exe"
|
||||
) else (
|
||||
start "i2p" "%I2PPath%\i2p.exe"
|
||||
|
||||
Reference in New Issue
Block a user