From 405aee1657e7e0038e6155ec33a4b0e1cb256015 Mon Sep 17 00:00:00 2001 From: jamie Date: Wed, 7 Jul 2021 18:28:33 +0100 Subject: [PATCH] tabs over spaces --- lgsm/functions/alert.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 104b4ae9e..c4645d83f 100755 --- a/lgsm/functions/alert.sh +++ b/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"