Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zgfh authored Sep 16, 2018
1 parent 3740f9e commit 7fc8bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ mkdir -p /ssl/${DOMAIN}/
touch /var/log/acme.sh.log
if [[ "${DP_Id}" != "" ]];then
$acme --issue --dns dns_dp -d ${DOMAIN}
elif [[ "${DP_Id}" != "" ]];then
elif [[ "${Ali_Key}" != "" ]];then
$acme --issue --dns dns_ali -d ${DOMAIN}
else
$acme --issue --dns ${DNS_API} -d ${DOMAIN}
Expand Down

0 comments on commit 7fc8bd6

Please sign in to comment.