From 2e34ae9965bb6b2ab487014ca030dd3f576a5bff Mon Sep 17 00:00:00 2001 From: Chris Gelatt Date: Thu, 21 Sep 2017 12:10:20 -0700 Subject: [PATCH] Defined HE_OTP_Secret --- dnsapi/dns_he.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dnsapi/dns_he.sh b/dnsapi/dns_he.sh index 8e6c06db..c17132b7 100755 --- a/dnsapi/dns_he.sh +++ b/dnsapi/dns_he.sh @@ -31,6 +31,7 @@ dns_he_add() { if [ ! -z "$HE_OTP_Secret" ]; then _saveaccountconf HE_OTP_Secret "$HE_OTP_Secret" else + HE_OTP_Secret= _clearaccountconf HE_OTP_Secret fi