mirror of
https://github.com/gutosie/neoboot.git
synced 2025-10-30 02:45:47 +01:00
Update plugin.py
This commit is contained in:
@@ -1557,8 +1557,8 @@ def main(session, **kwargs):
|
|||||||
pass
|
pass
|
||||||
else:
|
else:
|
||||||
if not fileExists('%sImageBoot/.version' % getNeoLocation()):
|
if not fileExists('%sImageBoot/.version' % getNeoLocation()):
|
||||||
if fileExists('' + LinkNeoBoot + '/files/mountpoint.sh'):
|
if fileExists('' + LinkNeoBoot + '/files/neo.sh'):
|
||||||
os.system('chmod 0755 ' + LinkNeoBoot + '/files/mountpoint.sh; ' + LinkNeoBoot + '/files/mountpoint.sh')
|
os.system('chmod 0755 ' + LinkNeoBoot + '/files/neo.sh; ' + LinkNeoBoot + '/files/neo.sh')
|
||||||
if not fileExists('/.multinfo') and fileExists('' + LinkNeoBoot + '/.location'):
|
if not fileExists('/.multinfo') and fileExists('' + LinkNeoBoot + '/.location'):
|
||||||
if checkInternet():
|
if checkInternet():
|
||||||
if not os.path.exists('/tmp/.finishdate'):
|
if not os.path.exists('/tmp/.finishdate'):
|
||||||
|
|||||||
Reference in New Issue
Block a user