From 13c5421ed40a063e495c704719a2839569de49d7 Mon Sep 17 00:00:00 2001 From: gutosie Date: Sat, 22 Aug 2020 17:59:36 +0000 Subject: [PATCH] up fix --- NeoBoot/extract.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NeoBoot/extract.py b/NeoBoot/extract.py index 52fbfeb..4611e81 100644 --- a/NeoBoot/extract.py +++ b/NeoBoot/extract.py @@ -245,11 +245,11 @@ def NEOBootMainEx(source, target, stopenigma, CopyFiles, CopyKernel, TvList, Lan if LanWlan == 'True': if os.path.exists('%s/ImageBoot/%s/etc/vtiversion.info' % (media, target)): - os.system('echo "Nie skopiowano LAN-WLAN, nie zalecane dla tego image."') + os.system('echo "Not copied LAN-WLAN, not recommended for this image."') elif os.path.exists('/etc/vtiversion.info') and os.path.exists('%s/usr/lib/enigma2/python/Plugins/PLi' % (media, target)): - os.system('echo "Nie skopiowano LAN-WLAN, nie zalecane dla tego image."') + os.system('echo "Not copied LAN-WLAN, not recommended for this image."') elif os.path.exists('/etc/bhversion') and os.path.exists('%s/usr/lib/enigma2/python/Plugins/PLi' % (media, target)): - os.system('echo "Nie skopiowano LAN-WLAN, nie zalecane dla tego image."') + os.system('echo "Not copied LAN-WLAN, not recommended for this image."') else: if os.path.exists('/etc/wpa_supplicant.wlan0.conf'): cmd = 'cp -Rpf /etc/wpa_supplicant.wlan0.conf %s/ImageBoot/%s/etc/wpa_supplicant.wlan0.conf > /dev/null 2>&1' % (media, target)