From bb8adeb226c28d24394b5b620b1bc6f061fe8893 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 20 Feb 2020 10:45:34 +0100 Subject: [PATCH] PBSPlugin.pm - extract_vzdump_config: fix call to run_raw_client_cmd --- PVE/Storage/PBSPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/PBSPlugin.pm b/PVE/Storage/PBSPlugin.pm index 6c4d15b..707337d 100644 --- a/PVE/Storage/PBSPlugin.pm +++ b/PVE/Storage/PBSPlugin.pm @@ -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; -- 2.39.2