From 3cea2e2bd9e36372129012cce3cabb45d5ec1438 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sun, 21 Dec 2025 14:10:02 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index a6d89be..770129b 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1195,7 +1195,7 @@ class NeoBootInstallation(Screen): 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;') + os.system(''+LinkNeoBoot+'/files/mountpoint.sh; '+LinkNeoBoot+'/files/neo.sh; sleep 5;') try: message = "echo -e '\n" message += _('NeoBot checks the connected media.\nWAIT ...\n\nDISCS:')