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