PBSPlugin.pm - extract_vzdump_config: fix call to run_raw_client_cmd
This commit is contained in:
@ -161,7 +161,7 @@ sub extract_vzdump_config {
|
|||||||
die "unable to extract configuration for backup format '$format'\n";
|
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');
|
outfunc => $outfunc, errmsg => 'proxmox-backup-client failed');
|
||||||
|
|
||||||
return $config;
|
return $config;
|
||||||
|
|||||||
Reference in New Issue
Block a user