mirror of
https://github.com/gutosie/neoboot.git
synced 2025-11-02 04:15:47 +01:00
Update plugin.py
This commit is contained in:
@@ -666,6 +666,7 @@ class NeoBootInstallation(Screen):
|
|||||||
|
|
||||||
if os.path.isfile('/etc/name'):
|
if os.path.isfile('/etc/name'):
|
||||||
self.myclose2(_('The plug-in has been successfully installed.'))
|
self.myclose2(_('The plug-in has been successfully installed.'))
|
||||||
|
self.close()
|
||||||
else:
|
else:
|
||||||
if not fileExists('/etc/name'):
|
if not fileExists('/etc/name'):
|
||||||
os.system('touch /etc/name')
|
os.system('touch /etc/name')
|
||||||
|
|||||||
Reference in New Issue
Block a user