mirror of
				https://github.com/gutosie/neoboot.git
				synced 2025-10-30 02:45:47 +01:00 
			
		
		
		
	Update tools.py
This commit is contained in:
		| @@ -2388,6 +2388,8 @@ class Opis(Screen): | ||||
|  | ||||
|     def mbdelete(self, answer): | ||||
|         if answer is True: | ||||
|             for line in open("/etc/hostname"):                                 | ||||
|                 if "dm500hd" not in line or "dm800" not in line or "dm800se" not in line or "dm8000" not in line:         | ||||
|                     os.system('touch /tmp/.upneo; chattr -i ' + LinkNeoBoot + '/plugin.py') | ||||
|                     if fileExists('' + LinkNeoBoot + '/plugin.pyo'): | ||||
|                         os.system('chattr -i ' + LinkNeoBoot + '/plugin.pyo') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user