Update stbbranding.py

This commit is contained in:
gutosie
2021-12-03 18:58:24 +02:00
committed by GitHub
parent 35bae5e984
commit d80ef72357

View File

@@ -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():