From 1ca8764ac691474bbc185048c1b771cd1f512dc4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 17 Oct 2021 22:13:15 +0100 Subject: [PATCH] alertdate --- lgsm/functions/alert.sh | 2 ++ lgsm/functions/alert_discord.sh | 2 +- lgsm/functions/alert_rocketchat.sh | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 <