mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-09 16:01:46 +00:00
chore: remove shellcheck disable
This commit is contained in:
parent
24925a1739
commit
99793bb2c4
@ -74,8 +74,7 @@ teams_send() {
|
||||
fi
|
||||
_data="$_data\"text\": \"$_content\"}"
|
||||
|
||||
if _post "$_data" "$TEAMS_WEBHOOK_URL"; then
|
||||
# shellcheck disable=SC2154
|
||||
if response=$(_post "$_data" "$TEAMS_WEBHOOK_URL"); then
|
||||
if ! _contains "$response" error; then
|
||||
_info "teams send success."
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user