Browse Source

Update discord.sh

pull/2924/head
neil 2 years ago
committed by GitHub
parent
commit
97a45e3b02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      notify/discord.sh

2
notify/discord.sh

@ -46,7 +46,7 @@ discord_send() {
if _post "$_data" "$DISCORD_WEBHOOK_URL?wait=true"; then
# shellcheck disable=SC2154
if [ -n "$response" ]; then
if [ "$response" ]; then
_info "discord send success."
return 0
fi

Loading…
Cancel
Save