sysstat_webhook : i probably need some sleep T_T

This commit is contained in:
minoplhy 2023-11-02 13:54:05 +07:00
parent ad32f07d5b
commit 124eb748eb
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

View File

@ -62,7 +62,7 @@ if [ ! -n "${webhook_url}" ]; then
exit 1
fi
if [ ! "$MESSAGE_TEXT" == "" ]; then
if [ "$MESSAGE_TEXT" == "" ]; then
MESSAGE_TEXT=$DATETIME
fi