diff --git a/lgsm/functions/alert_gotify.sh b/lgsm/functions/alert_gotify.sh old mode 100755 new mode 100644 index ace6fcc5b..d93409e69 --- a/lgsm/functions/alert_gotify.sh +++ b/lgsm/functions/alert_gotify.sh @@ -6,43 +6,11 @@ functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" -if ! command -v jq > /dev/null; then - fn_print_fail_nl "Sending Gotify alert: jq is missing." - fn_script_log_fatal "Sending Gotify alert: jq is missing." -fi - -json=$(cat <