From 124eb748eb3ba81f49607a20cfc0810810124661 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Thu, 2 Nov 2023 13:54:05 +0700 Subject: [PATCH] sysstat_webhook : i probably need some sleep T_T --- sysstat_webhook/stat_discord.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysstat_webhook/stat_discord.sh b/sysstat_webhook/stat_discord.sh index 1393b10..ad3f335 100644 --- a/sysstat_webhook/stat_discord.sh +++ b/sysstat_webhook/stat_discord.sh @@ -62,7 +62,7 @@ if [ ! -n "${webhook_url}" ]; then exit 1 fi -if [ ! "$MESSAGE_TEXT" == "" ]; then +if [ "$MESSAGE_TEXT" == "" ]; then MESSAGE_TEXT=$DATETIME fi