fix log messages

This commit is contained in:
2026-08-22 02:33:09 +02:00
parent bf54eab7c7
commit d54fe81dc5
+1 -1
View File
@@ -375,7 +375,7 @@ case "$action" in
install_proxmox_backup_client "$update" || exit $?
if dpkg -s jq &>/dev/null; then
$update && echo "Skip update of jq, package is managed by package manager" || echo "Skip installation of jq, already installed"
$update && echo "Info: skip update of jq, package is managed by package manager" || echo "Info: jq is already installed"
else
apt_get_install jq || exit $?
fi