From 186493b154672f8a9e063b34cda6106aec544989 Mon Sep 17 00:00:00 2001 From: idk Date: Tue, 20 Sep 2022 00:54:56 -0400 Subject: [PATCH] skip service correction on linux --- java/net/i2p/router/WinLauncher.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java/net/i2p/router/WinLauncher.java b/java/net/i2p/router/WinLauncher.java index 6ef37d8..5c9beb4 100644 --- a/java/net/i2p/router/WinLauncher.java +++ b/java/net/i2p/router/WinLauncher.java @@ -153,6 +153,8 @@ public class WinLauncher extends CopyConfigDir { } private static void fixServiceConfig() { + if (osName() != "windows") + return; // If the user installed the Easy bundle before installing the // regulalr bundle, then they have a config file which contains the // wrong update URL. Check for it, and change it back if necessary.