Merge branch 'acmesh-official:dev' into dev

This commit is contained in:
IIIPr0t0typ3III
2024-07-22 15:47:54 +02:00
committed by GitHub
3 changed files with 385 additions and 376 deletions

View File

@@ -93,7 +93,7 @@ dns_porkbun_rm() {
_err "Delete record error."
return 1
fi
echo "$response" | tr -d " " | grep '\"status\":"SUCCESS"' >/dev/null
echo "$response" | tr -d " " | grep '"status":"SUCCESS"' >/dev/null
fi
}