fix(legacy): revert default storage path (#1563)

The installer hasn't been updated to create the default storage path.
This commit is contained in:
Jonas L 2022-02-04 14:57:09 +01:00 committed by GitHub
parent 729a7b99e0
commit 173ec6b334
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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');