From b3c04888ed79258fb25e7857c662073ab565b043 Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 1 Jun 2023 16:19:06 +0200 Subject: [PATCH] fixed ip from offline installations --- csharp/App/VrmGrabber/Database/Db.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/csharp/App/VrmGrabber/Database/Db.cs b/csharp/App/VrmGrabber/Database/Db.cs index ebb2831f8..0684c8d09 100644 --- a/csharp/App/VrmGrabber/Database/Db.cs +++ b/csharp/App/VrmGrabber/Database/Db.cs @@ -164,7 +164,6 @@ public static partial class Db { var serial = details.Details.MachineSerial() ?? "Unknown"; - //Todo this seems to be broken? Need to test on Server... if (serial != "Unknown" && FILE.Exists($@"/etc/openvpn/server/Salino/ccd/{serial}")) lookup = FILE.ReadAllText($@"/etc/openvpn/server/Salino/ccd/{serial}").Split(' ')[1]; }