]> git.proxmox.com Git - pve-storage.git/commit
pbs: run_raw_client_cmd: fix typo, and drop repetive info
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Jul 2020 08:14:00 +0000 (10:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Jul 2020 08:15:59 +0000 (10:15 +0200)
commite6d1edcb9313e85d8fb3e9002b7dda80b754cf45
tree7a94426109c65c718a342b13c60574232bc83967
parentd37729b95b4373ceaae7bed381b9072da16d117f
pbs: run_raw_client_cmd: fix typo, and drop repetive info

It would be s/bps/pbs/ but as we already have "proxmox-backup-client"
included in the log through the executable name, so it should be
clear that this is a PBS command - so drop that part entirely.

Now using:
> run: /usr/bin/proxmox-backup-client ...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/PBSPlugin.pm