From 74e3156e6cea3af525d1b4ed2daa01c06355d657 Mon Sep 17 00:00:00 2001 From: gutosie Date: Tue, 2 Mar 2021 21:51:15 +0200 Subject: [PATCH] Add files via upload --- NeoBoot/plugin.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NeoBoot/plugin.py b/NeoBoot/plugin.py index ae4792e..1419607 100644 --- a/NeoBoot/plugin.py +++ b/NeoBoot/plugin.py @@ -823,11 +823,13 @@ class NeoBootImageChoose(Screen): if fileExists('/tmp/.init_reboot'): system('rm /tmp/.init_reboot') + if fileExists('/.multinfo'): if not fileExists('/.control_ok'): if fileExists('/.control_boot_new_image'): os.system('rm -f /.control_boot_new_image; echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok ') if not fileExists('/.control_boot_new_image'): - os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok') + os.system('echo "Image uruchomione OK\nNie kasuj tego pliku. \n\nImage started OK\nDo not delete this file." > /.control_ok') + def DownloadImageOnline(self): if not os.path.exists('/usr/lib/enigma2/python/Plugins/Extensions/ImageDownloader/download.py'):