1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-11 16:33:02 +00:00

Retain an exit code

This commit is contained in:
Ondrej Simek
2017-07-28 15:29:35 +02:00
parent 8534e3b2f7
commit d6780f9e49
+2
View File
@@ -46,7 +46,9 @@ dns_he_add() {
body="$body&TTL=300"
body="$body&hosted_dns_editrecord=Submit"
response="$(_post "$body" "https://dns.he.net/")"
exitcode=$?
_debug2 response "$response"
return $exitvalue
}
#-- dns_he_rm() - Remove TXT record ------------------------------------