Commit 4dd69a8b authored by Ondrej Simek's avatar Ondrej Simek
Browse files

Exit codes, exit codes... Exit codes everywhere...

parent baa11605
......@@ -50,9 +50,9 @@ dns_he_add() {
_info "TXT record added successfuly."
else
_err "Couldn't add the TXT record."
return "$exit_code"
fi
_debug2 response "$response"
return "$exit_code"
}
#-- dns_he_rm() - Remove TXT record ------------------------------------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment