From a9b38acf71b5eb0afff602da5f2add4d3466f658 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 21 Dec 2025 10:50:48 +0200 Subject: [PATCH] Update stbbranding.py --- NeoBoot/files/stbbranding.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NeoBoot/files/stbbranding.py b/NeoBoot/files/stbbranding.py index 452c7fa..7189a39 100644 --- a/NeoBoot/files/stbbranding.py +++ b/NeoBoot/files/stbbranding.py @@ -1240,6 +1240,8 @@ def getFind_usb(): def getLocationHDDdir(): + #getFind_hdd() + #getFind_usb() hdd_dir = 'UNKNOWN' if os.path.exists('/proc/mounts'): with open('/proc/mounts', 'r') as f: @@ -1254,6 +1256,8 @@ def getLocationHDDdir(): def getLocationUSBdir(): + #getFind_hdd() + #getFind_usb() usb_dir = 'UNKNOWN' if os.path.exists('/proc/mounts'): with open('/proc/mounts', 'r') as f: