From e702f06f991f7e97efdf25690c14d4f46167dee4 Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 3 Dec 2021 20:27:04 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 389ea6b..2a7fc0e 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -985,6 +985,7 @@ 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