1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-24 22:55:42 +00:00

Merge pull request #786 from Neilpang/dev

fix format
This commit is contained in:
neil
2017-04-11 22:30:37 +08:00
committed by GitHub
+2 -2
View File
@@ -14,8 +14,8 @@ dns_cf_add() {
fulldomain=$1 fulldomain=$1
txtvalue=$2 txtvalue=$2
CF_Key="${CF_Key:-$(_readaccountconf_mutable CF_Key )}" CF_Key="${CF_Key:-$(_readaccountconf_mutable CF_Key)}"
CF_Email="${CF_Email:-$(_readaccountconf_mutable CF_Email )}" CF_Email="${CF_Email:-$(_readaccountconf_mutable CF_Email)}"
if [ -z "$CF_Key" ] || [ -z "$CF_Email" ]; then if [ -z "$CF_Key" ] || [ -z "$CF_Email" ]; then
CF_Key="" CF_Key=""
CF_Email="" CF_Email=""