update 1.2.2.3 beta

This commit is contained in:
MacRimi
2026-07-06 00:59:50 +02:00
parent 9f94d72b69
commit 9c90722ef9
4 changed files with 54 additions and 40 deletions

View File

@@ -13783,7 +13783,7 @@ def _pbs_keyfile_fingerprint(path: str = '') -> str:
return ''
try:
r = subprocess.run(
['proxmox-backup-client', 'key', 'info', '--output-format', 'json', kf],
['proxmox-backup-client', 'key', 'show', '--output-format', 'json', kf],
capture_output=True, text=True, timeout=10,
)
if r.returncode != 0 or not r.stdout: