PBSPlugin.pm - extract_vzdump_config: fix call to run_raw_client_cmd

This commit is contained in:
Dietmar Maurer
2020-02-20 10:45:34 +01:00
parent c72155735d
commit bb8adeb226

View File

@ -161,7 +161,7 @@ sub extract_vzdump_config {
die "unable to extract configuration for backup format '$format'\n";
}
run_raw_client_cmd(undef, $scfg, $storeid, 'restore', [ $name, $config_name, '-' ],
run_raw_client_cmd($scfg, $storeid, 'restore', [ $name, $config_name, '-' ],
outfunc => $outfunc, errmsg => 'proxmox-backup-client failed');
return $config;