From d681dcecd29b6e0b360c35b88fb438953e24aa69 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 5 Dec 2021 10:04:14 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 61dbd7b..805440a 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -985,9 +985,8 @@ 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 + supportedvip = '%s' % getBoxMacAddres() + return supportedvip def getMountDiskSTB(): neo_disk = ' '