mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
neutrino: fix file locations. use the predetermined CONFIGDIR instead of hardcoding paths.
This commit is contained in:
@@ -101,7 +101,7 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
}
|
||||
bool init_settings = false;
|
||||
if (CFEManager::getInstance()->haveSat())
|
||||
init_settings = file_exists("/var/tuxbox/config/initial/");
|
||||
init_settings = file_exists(CONFIGDIR "/initial/");
|
||||
|
||||
if(init_settings && (res != menu_return::RETURN_EXIT_ALL))
|
||||
{
|
||||
|
Reference in New Issue
Block a user