fix(legacy): revert default storage path (#1563)
The installer hasn't been updated to create the default storage path.
This commit is contained in:
parent
729a7b99e0
commit
173ec6b334
2 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ define('LIBRETIME_CONFIG_FILEPATH', getenv('LIBRETIME_CONFIG_FILEPATH') ?: LIBRE
|
|||
|
||||
// Installer
|
||||
define('INSTALLER_CONFIG_FILEPATH', LIBRETIME_CONFIG_DIR . '/airtime.conf.temp');
|
||||
define('INSTALLER_DEFAULT_STORAGE_PATH', '/srv/libretime/storage');
|
||||
define('INSTALLER_DEFAULT_STORAGE_PATH', '/srv/airtime/stor');
|
||||
|
||||
// Legacy constants
|
||||
define('PRODUCT_NAME', 'LibreTime');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue