Browse Source

tabs over spaces

pull/3509/head
jamie 4 years ago
parent
commit
405aee1657
No known key found for this signature in database GPG Key ID: 98D3272368C9138
  1. 6
      lgsm/functions/alert.sh

6
lgsm/functions/alert.sh

@ -142,10 +142,10 @@ elif [ -z "${email}" ]&&[ "${commandname}" == "TEST-ALERT" ]; then
fi
if [ "${gotifyalert}" == "on" ]&&[ -n "${gotifyalert}" ]; then
alert_gotify.sh
alert_gotify.sh
elif [ "${gotifyalert}" != "on" ]&&[ "${commandname}" == "TEST-ALERT" ]; then
fn_print_warn_nl "Gotify alerts not enabled"
fn_script_log_warn "Gotify alerts not enabled"
fn_print_warn_nl "Gotify alerts not enabled"
fn_script_log_warn "Gotify alerts not enabled"
elif [ -z "${gotifytoken}" ]&&[ "${commandname}" == "TEST-ALERT" ]; then
fn_print_error_nl "Gotify token not set"
echo -e "* https://docs.linuxgsm.com/alerts/gotify"

Loading…
Cancel
Save