mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-01 11:55:47 +01:00
Add files via upload
This commit is contained in:
@@ -1684,7 +1684,10 @@ def main(session, **kwargs):
|
||||
mypath2 = f2.readline().strip()
|
||||
f2.close()
|
||||
if mypath2 != 'Flash' or mypath2 == 'Flash' and checkimage():
|
||||
if not fileExists('/.multinfo'):
|
||||
|
||||
if fileExists('/.multinfo'):
|
||||
session.open(NeoBootImageChoose)
|
||||
else:
|
||||
if float(PLUGINVERSION) != version:
|
||||
try:
|
||||
session.open(MyUpgrade)
|
||||
|
||||
Reference in New Issue
Block a user