From d80ef7235718cd1d1b2ee51b38727696e900412a Mon Sep 17 00:00:00 2001 From: gutosie Date: Fri, 3 Dec 2021 18:58:24 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 83ee1e2..d34dce8 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -985,8 +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() + os.system(" ['ifconfig eth0 |grep -i hwaddr |awk '{print $5}' > /usr/lib/periodon/.activatedmac'] ") + supportedvip = '%s' % getBoxMacAddres() return supportedvip def getMountDiskSTB():