From 09bff470f7b921ec71f88cb96157e4751c4d0621 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 22 May 2016 22:04:55 +0100 Subject: [PATCH] corrected wording --- lgsm/functions/alert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index f3cc2b452..7bab460ad 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -43,7 +43,7 @@ fi if [ "${emailnotification}" == "on" ]||[ "${emailalert}" == "on" ]&&[ -n "${email}" ]; then alert_email.sh elif [ "${emailnotification}" != "on" ]||[ "${emailalert}" != "on" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then - fn_print_fail_nl "Alerts not enabled" + fn_print_fail_nl "Email alerts not enabled" fn_scriptlog "Email alerts not enabled" elif [ -z "${email}" ]&&[ "${function_selfname}" == "command_test_alert.sh" ]; then fn_print_fail_nl "Email no set"