mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 09:21:18 +02:00
* Software Update: /var/etc/update.urls is excluded from saving
- Message 'Setting takeover successfully...' removed
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#----------------------------------------------------------------------------------------
|
||||
## von der Sicherung auszuschlie<69>ende Dateien, gekennzeichnet durch ein vorangestelltes -
|
||||
#----------------------------------------------------------------------------------------
|
||||
-/var/etc/update.urls
|
||||
-/var/tuxbox/config/cables.xml
|
||||
-/var/tuxbox/config/encoding.conf
|
||||
-/var/tuxbox/config/providermap.xml
|
||||
|
@@ -155,7 +155,6 @@ bool CExtUpdate::applySettings(const std::string & filename, int mode)
|
||||
return false;
|
||||
}
|
||||
}
|
||||
ShowMsgUTF(LOCALE_MESSAGEBOX_INFO, g_Locale->getText(LOCALE_FLASHUPDATE_UPDATE_WITH_SETTINGS_SUCCESSFULLY), CMessageBox::mbrOk, CMessageBox::mbOk, NEUTRINO_ICON_INFO);
|
||||
WRITE_UPDATE_LOG("\n");
|
||||
WRITE_UPDATE_LOG("##### Settings taken. #####\n");
|
||||
if (mode == MODE_EXPERT)
|
||||
|
Reference in New Issue
Block a user