Shellcheck corrections
This commit is contained in:
parent
bf07bbde89
commit
8f6e79e385
@ -60,7 +60,7 @@ dns_bookmyname_add() {
|
|||||||
_debug "Result: $result"
|
_debug "Result: $result"
|
||||||
|
|
||||||
if ! _startswith "$result" 'good: update done, cid '; then
|
if ! _startswith "$result" 'good: update done, cid '; then
|
||||||
_err "Can't add $subdomain to $domain."
|
_err "Can't add $fulldomain"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -85,7 +85,7 @@ dns_bookmyname_rm() {
|
|||||||
_debug "Result: $result"
|
_debug "Result: $result"
|
||||||
|
|
||||||
if ! _startswith "$result" 'good: remove done 1, cid '; then
|
if ! _startswith "$result" 'good: remove done 1, cid '; then
|
||||||
_info "Can't remove $subdomain from $domain."
|
_info "Can't remove $fulldomain"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user