mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 12:25:46 +01:00
Update stbbranding.py
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user