]> git.proxmox.com Git - pve-common.git/commit
pbs client: delete password: return success for non-existent file
authorFabian Ebner <f.ebner@proxmox.com>
Wed, 20 Jul 2022 10:59:41 +0000 (12:59 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 4 Nov 2022 13:01:22 +0000 (14:01 +0100)
commit01d2fb7844c7f6177e341148d83f110df44564b2
treef9359342ec3879f948e8f71a03ac9ca74fba12ce
parent07c10d58a60a011b3a8458b5f91352b6c4589c76
pbs client: delete password: return success for non-existent file

It's currently possible to add a remote in PMG without password (via
API), but deletion of such a remote would fail here.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/PBSClient.pm