From 35906daeb5e4fad742ab8e56768ca7852bbb3470 Mon Sep 17 00:00:00 2001 From: gutosie Date: Mon, 7 Feb 2022 13:10:29 +0200 Subject: [PATCH] Update tools.py --- NeoBoot/files/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoBoot/files/tools.py b/NeoBoot/files/tools.py index d2c43ca..8b6fe62 100644 --- a/NeoBoot/files/tools.py +++ b/NeoBoot/files/tools.py @@ -2114,7 +2114,7 @@ class BootManagers(Screen): def RemoveBootManagers(self): cmd0 = "echo -e '\n\n%s '" % _('Creation Boot Manager , please wait...') if getBoxHostName() == "et5x00": - cmd1 = 'cp -af ' + LinkNeoBoot + '/bin/neoinitarmvuDuo4k /sbin/neoinitmipsvu' + cmd1 = 'cp -af ' + LinkNeoBoot + '/bin/neoinitmipsvu /sbin/neoinitmips' else: cmd1 = 'cp -af ' + LinkNeoBoot + '/bin/neoinitmipsvu /sbin/neoinitmipsvu' cmd2 = "echo -e '\n\n%s '" % _('Creation Boot Manager complete\nBoot manager has been hidden !')