SHA256
fix log messages
This commit is contained in:
@@ -375,7 +375,7 @@ case "$action" in
|
|||||||
install_proxmox_backup_client "$update" || exit $?
|
install_proxmox_backup_client "$update" || exit $?
|
||||||
|
|
||||||
if dpkg -s jq &>/dev/null; then
|
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
|
else
|
||||||
apt_get_install jq || exit $?
|
apt_get_install jq || exit $?
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user