mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-25 22:51:39 +00:00
fixed typo
This commit is contained in:
parent
e1e1ee31f0
commit
efef76d9cf
@ -75,7 +75,7 @@ dns_nm_rm() {
|
|||||||
exit_code="$?"
|
exit_code="$?"
|
||||||
if [ "$exit_code" != "0" ]; then
|
if [ "$exit_code" != "0" ]; then
|
||||||
_err "error Deleting $zone TXT: $txt_value"
|
_err "error Deleting $zone TXT: $txt_value"
|
||||||
_err "Error $exit_code?"
|
_err "Error $exit_code"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user