mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-22 16:20:24 +01:00
Update stbbranding.py
This commit is contained in:
@@ -1083,7 +1083,7 @@ def getExtCheckHddUsb():
|
|||||||
return neoExt
|
return neoExt
|
||||||
|
|
||||||
def getNandWrite():
|
def getNandWrite():
|
||||||
NandWrite = 'UNKNOWN'
|
NandWrite = 'NandWrite'
|
||||||
if os.path.exists('/usr/sbin/nandwrite'):
|
if os.path.exists('/usr/sbin/nandwrite'):
|
||||||
with open('/usr/sbin/nandwrite', 'r') as f:
|
with open('/usr/sbin/nandwrite', 'r') as f:
|
||||||
lines = f.read()
|
lines = f.read()
|
||||||
|
|||||||
Reference in New Issue
Block a user