Daniel Gibbs
4 years ago
No known key found for this signature in database
GPG Key ID: 2EBB36015C6D78E2
3 changed files with
4 additions and
2 deletions
-
lgsm/functions/alert.sh
-
lgsm/functions/alert_discord.sh
-
lgsm/functions/alert_rocketchat.sh
|
|
@ -180,6 +180,8 @@ if [ "${postalert}" != "on" ]; then |
|
|
|
alertmoreinfourl="not enabled" |
|
|
|
fi |
|
|
|
|
|
|
|
alertdate="$(date)" |
|
|
|
|
|
|
|
# Images |
|
|
|
mapimagestatus="$(curl -o /dev/null -s -w "%{http_code}\n" https://raw.githubusercontent.com/${githubuser}/game-server-map-images/main/${shortname}/${alertmap}.jpg)" |
|
|
|
if [ -n "${gdmap}" ]&&[ "${mapimagestatus}" == "200" ]; then |
|
|
|
|
|
@ -54,7 +54,7 @@ json=$(cat <<EOF |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
"name": "Server time", |
|
|
|
"value": "$(date)", |
|
|
|
"value": "${alertdate}", |
|
|
|
"inline": true |
|
|
|
}, |
|
|
|
{ |
|
|
|
|
|
@ -27,7 +27,7 @@ json=$(cat <<EOF |
|
|
|
{ |
|
|
|
"short": true, |
|
|
|
"title": "Server Time", |
|
|
|
"value": "$(date)" |
|
|
|
"value": "${alertdate}" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"short": true, |
|
|
|