diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 04227de..83ee1e2 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