mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-29 10:26:05 +01:00
Update plugin.py
This commit is contained in:
@@ -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'):
|
||||
|
||||
Reference in New Issue
Block a user