skip service correction if config is absent
This commit is contained in:
@@ -168,8 +168,8 @@ public class WinLauncher extends CopyConfigDir {
|
|||||||
} else {
|
} else {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
i2pRouter = new Router(routerconf, System.getProperties());
|
|
||||||
if (isInstalled("i2p") || checkProgramFilesInstall()) {
|
if (isInstalled("i2p") || checkProgramFilesInstall()) {
|
||||||
|
i2pRouter = new Router(routerconf, System.getProperties());
|
||||||
String newsURL = i2pRouter.getConfigSetting("router.newsURL");
|
String newsURL = i2pRouter.getConfigSetting("router.newsURL");
|
||||||
if (newsURL != null) {
|
if (newsURL != null) {
|
||||||
if (newsURL.contains("win/beta")) {
|
if (newsURL.contains("win/beta")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user