Update plugin.py

This commit is contained in:
gutosie
2021-12-05 09:37:00 +02:00
committed by GitHub
parent ec407dc9dd
commit f5ff0fc543

View File

@@ -666,6 +666,7 @@ class NeoBootInstallation(Screen):
if os.path.isfile('/etc/name'):
self.myclose2(_('The plug-in has been successfully installed.'))
self.close()
else:
if not fileExists('/etc/name'):
os.system('touch /etc/name')