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)