Update stbbranding.py

This commit is contained in:
gutosie
2021-12-03 20:27:04 +02:00
committed by GitHub
parent 79d62033c4
commit e702f06f99

View File

@@ -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