]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/PBSClient.pm
PBSClient: adapt error message to include full package names
[pve-common.git] / src / PVE / PBSClient.pm
index 857cff0f2142a473700bb9cd5b3791d5b029a42e..16f77656f9b8cda4b6aff81740be7ecce7f2ea3a 100644 (file)
@@ -141,7 +141,7 @@ my sub do_raw_client_cmd {
 
     my $client_exe = (delete $opts{binary}) || 'proxmox-backup-client';
     $client_exe = "/usr/bin/$client_exe";
-    die "executable not found '$client_exe'! Proxmox backup client or file restore not installed?\n"
+    die "executable not found '$client_exe'! proxmox-backup-client or proxmox-backup-file-restore not installed?\n"
        if ! -x $client_exe;
 
     my $scfg = $self->{scfg};