From 4e78fb2d5163eb6b514911ba9704c62ccee1c457 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 13 Jul 2021 10:07:40 +0300 Subject: [PATCH] Update plugin.py --- NeoBoot/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index 7a34cbc..cc160d7 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -1638,7 +1638,7 @@ def main(session, **kwargs): f2.close() if mypath2 != 'Flash' or mypath2 == 'Flash' and checkimage(): - if fileExists('/.multinfo'): + if fileExists('/.multinfo') or fileExists('/usr/lib/periodon/.fullaccess'): session.open(NeoBootImageChoose) else: if float(PLUGINVERSION) != version: