Browse Source

fix(alert): fixed typo in config change alert (#2596)

pull/2604/head
Levi Figueira 5 years ago
committed by Daniel Gibbs
parent
commit
264b8200f2
  1. 4
      lgsm/functions/alert.sh

4
lgsm/functions/alert.sh

@ -76,7 +76,7 @@ fn_alert_config(){
alertemoji="🎮"
alertsound="1"
alerturl="not enabled"
alertbody="${servicename} has recieved a new _default.cfg. Check file for changes."
alertbody="${servicename} has received a new _default.cfg. Check file for changes."
}
if [ "${alert}" == "permissions" ]; then
@ -200,4 +200,4 @@ elif [ -z "${slacktoken}" ]&&[ "${function_selfname}" == "command_test_alert.sh"
fn_print_error_nl "Slack token not set"
echo -e " * https://docs.linuxgsm.com/alerts/slack"
fn_script_error "Slack token not set"
fi
fi

Loading…
Cancel
Save