We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c707de8 commit e5026a8Copy full SHA for e5026a8
lgsm/modules/alert.sh
@@ -147,12 +147,12 @@ fn_alert_check_update() {
147
}
148
149
fn_alert_update_linuxgsm() {
150
- fn_script_log_info "Sending alert: ${selfname} has received an LinuxGSM update"
+ fn_script_log_info "Sending alert: ${selfname} has received a LinuxGSM update"
151
alertaction="Updated"
152
alertemoji="🎉"
153
alertsound="1"
154
alertbody="${gamename} update available"
155
- alertmessage="${selfname} has received an LinuxGSM update and been restarted."
+ alertmessage="${selfname} has received a LinuxGSM update and been restarted."
156
# Green
157
alertcolourhex="#00cd00"
158
alertcolourdec="52480"
0 commit comments