fix(legacy): the ini config parser requires a .conf ext

- rename installer config filepath
This commit is contained in:
jo 2022-04-25 16:13:49 +02:00 committed by Kyle Robbertze
parent 88e618e802
commit 981ba4fe33
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ define('LIBRETIME_CONF_DIR', LIBRETIME_CONFIG_DIR); // Deprecated
define('LIBRETIME_CONFIG_FILEPATH', getenv('LIBRETIME_CONFIG_FILEPATH') ?: LIBRETIME_CONFIG_DIR . '/airtime.conf');
// Installer
define('INSTALLER_CONFIG_FILEPATH', LIBRETIME_CONFIG_DIR . '/airtime.conf.temp');
define('INSTALLER_CONFIG_FILEPATH', LIBRETIME_CONFIG_DIR . '/airtime.temp.conf');
define('INSTALLER_DEFAULT_STORAGE_PATH', '/srv/airtime/stor');
// Legacy constants