mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-10-31 19:41:45 +00:00
Update discord.sh
This commit is contained in:
parent
451b290b79
commit
97a45e3b02
@ -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…
Reference in New Issue
Block a user