diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index d997895..a6d89be 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1194,6 +1194,8 @@ class NeoBootInstallation(Screen): self.CRASHlogNeo() def datadrive(self): + if fileExists('/media/usb/ImageBoot/.neonextboot') or fileExists('/media/hdd/ImageBoot/.neonextboot') or fileExists('/media/sda1/ImageBoot/.neonextboot') or fileExists('/media/sdb1/ImageBoot/.neonextboot'): + os.system(''+LinkNeoBoot+'/files/userscript.sh; '+LinkNeoBoot+'/files/mountpoint.sh; sleep 5;') try: message = "echo -e '\n" message += _('NeoBot checks the connected media.\nWAIT ...\n\nDISCS:')