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'):