From 8d617109ce0361c2946cda5363643f9f4fd194f1 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 4 Dec 2021 21:42:08 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 2a7fc0e..61dbd7b 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -985,7 +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")) + #os.system(("ifconfig eth0 |grep -i hwaddr |awk '{print $5}' > /usr/lib/periodon/.activatedmac")) supportedvip = '%s' % getBoxMacAddres() return supportedvip