From 722541f84d67c77fbd9c8590d53976f37cc4409f Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 3 Dec 2021 19:50:53 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index d34dce8..389ea6b 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -985,7 +985,6 @@ def getCheckActivateVip(): lines = f.read() f.close() if lines.find("%s" % getBoxMacAddres()) != -1: - os.system(" ['ifconfig eth0 |grep -i hwaddr |awk '{print $5}' > /usr/lib/periodon/.activatedmac'] ") supportedvip = '%s' % getBoxMacAddres() return supportedvip