From 4bac48be09151da406e41e4ae4ef71a9ba2bd6ad Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 2 Feb 2022 15:16:48 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 60ba793..f909290 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -1083,7 +1083,7 @@ def getExtCheckHddUsb(): return neoExt def getNandWrite(): - NandWrite = 'UNKNOWN' + NandWrite = 'NandWrite' if os.path.exists('/usr/sbin/nandwrite'): with open('/usr/sbin/nandwrite', 'r') as f: lines = f.read()