From 012fd09f3c59a9f079db7c70aafc4ae7decd5bd6 Mon Sep 17 00:00:00 2001 From: gutosie Date: Thu, 18 Mar 2021 09:45:06 +0200 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 2ac8501..efccb32 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1557,8 +1557,8 @@ def main(session, **kwargs): pass else: if not fileExists('%sImageBoot/.version' % getNeoLocation()): - if fileExists('' + LinkNeoBoot + '/files/mountpoint.sh'): - os.system('chmod 0755 ' + LinkNeoBoot + '/files/mountpoint.sh; ' + LinkNeoBoot + '/files/mountpoint.sh') + if fileExists('' + LinkNeoBoot + '/files/neo.sh'): + os.system('chmod 0755 ' + LinkNeoBoot + '/files/neo.sh; ' + LinkNeoBoot + '/files/neo.sh') if not fileExists('/.multinfo') and fileExists('' + LinkNeoBoot + '/.location'): if checkInternet(): if not os.path.exists('/tmp/.finishdate'):