fixed ip from offline installations

This commit is contained in:
Kim 2023-06-01 16:19:06 +02:00
parent 4b04794c5f
commit b3c04888ed
1 changed files with 0 additions and 1 deletions

View File

@ -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];
}