Browse Source

bug

feature/alerts-refactor
Daniel Gibbs 4 years ago
parent
commit
78d9c476b5
No known key found for this signature in database GPG Key ID: 2EBB36015C6D78E2
  1. 2
      lgsm/functions/alert_discord.sh

2
lgsm/functions/alert_discord.sh

@ -112,7 +112,7 @@ json=$(cat <<EOF
EOF
)
if [ "${alerttype}" == "${short}" ]; then
if [ "${alerttype}" == "short" ]; then
json="${jsonshort}"
fi

Loading…
Cancel
Save