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

@@ -1 +1 @@
2a42c1b604a8a42b553c79fe924a33534dfa7314d1f7a9df4d1a4d34861ad32e ProxMenux-1.2.2.3-beta.AppImage
7d9181c2adaab229a27f7002de121117a9343bdcd5465cc6cf3510de627005c3 ProxMenux-1.2.2.3-beta.AppImage

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: