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: