Customisable backup directory.
This commit is contained in:
@ -325,7 +325,7 @@ bool service_runner::backup() {
|
||||
}
|
||||
|
||||
// Create backups directory locally if it doesn't exist
|
||||
std::string local_backups_dir = get_local_config_backups_path(0);
|
||||
std::string local_backups_dir = get_local_backup_path();
|
||||
if (local_backups_dir.empty()) {
|
||||
std::cerr << "Error: Local backups directory not found - is DropShell initialised?" << std::endl;
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user