src/tools.rs: add setup_safe_path_env()

This commit is contained in:
Dietmar Maurer
2020-06-15 10:38:30 +02:00
parent fbbcd85839
commit ac7513e368
4 changed files with 14 additions and 0 deletions

View File

@ -321,6 +321,8 @@ async fn pull_datastore(
fn main() {
proxmox_backup::tools::setup_safe_path_env();
let cmd_def = CliCommandMap::new()
.insert("acl", acl_commands())
.insert("datastore", datastore_commands())