fix backup path
This commit is contained in:
@@ -170,9 +170,7 @@ bool config::save_config(bool create_aux_directories)
|
||||
{"token", ""}
|
||||
})
|
||||
});
|
||||
mConfig["backups_path"] = {
|
||||
dropshell_base + "/backups"
|
||||
};
|
||||
mConfig["backups_path"] = dropshell_base + "/backups";
|
||||
mConfig["log_level"] = "info"; // Default log level
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user