Browse Source

minor bug

pull/4771/head
Daniel Gibbs 1 month ago
parent
commit
9f1c5c8ac2
  1. 2
      lgsm/modules/alert_discord.sh

2
lgsm/modules/alert_discord.sh

@ -68,7 +68,7 @@ EOF
) )
fi fi
if [ -n "{alerturl}" ]; then if [ -n "${alerturl}" ]; then
json+=$( json+=$(
cat << EOF cat << EOF
, ,

Loading…
Cancel
Save