diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index d79d5dec7..001c135ff 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.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 diff --git a/lgsm/functions/alert_discord.sh b/lgsm/functions/alert_discord.sh index 8bf3268c0..bf99d5f2c 100755 --- a/lgsm/functions/alert_discord.sh +++ b/lgsm/functions/alert_discord.sh @@ -54,7 +54,7 @@ json=$(cat <