Browse Source

typo

pull/4854/head
Daniel Gibbs 7 months ago
parent
commit
e5026a8235
Failed to extract signature
  1. 4
      lgsm/modules/alert.sh

4
lgsm/modules/alert.sh

@ -147,12 +147,12 @@ fn_alert_check_update() {
}
fn_alert_update_linuxgsm() {
fn_script_log_info "Sending alert: ${selfname} has received an LinuxGSM update"
fn_script_log_info "Sending alert: ${selfname} has received a LinuxGSM update"
alertaction="Updated"
alertemoji="🎉"
alertsound="1"
alertbody="${gamename} update available"
alertmessage="${selfname} has received an LinuxGSM update and been restarted."
alertmessage="${selfname} has received a LinuxGSM update and been restarted."
# Green
alertcolourhex="#00cd00"
alertcolourdec="52480"

Loading…
Cancel
Save