Update backups config page to use backupPathEnvSet returned from endpoint, remove from ServerConfig

This commit is contained in:
advplyr 2024-07-05 16:10:07 -05:00
parent a1688488e5
commit 7c0b4e35d7
4 changed files with 9 additions and 11 deletions

View file

@ -30,7 +30,7 @@ class BackupManager {
}
get backupPathEnvSet() {
return global.ServerSettings.backupPathEnvSet
return !!process.env.BACKUP_PATH
}
get backupSchedule() {