Update plugin.py

This commit is contained in:
gutosie
2021-03-18 09:45:06 +02:00
committed by GitHub
parent 109e49133b
commit 012fd09f3c

View File

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