File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1818 g++ \
1919 gcc \
2020 libffi-dev \
21+ libxml2-dev \
22+ libxslt-dev \
2123 openssl-dev \
2224 python3-dev && \
2325 echo "**** install runtime packages ****" && \
Original file line number Diff line number Diff line change 1818 g++ \
1919 gcc \
2020 libffi-dev \
21+ libxml2-dev \
22+ libxslt-dev \
2123 openssl-dev \
2224 python3-dev && \
2325 echo "**** install runtime packages ****" && \
Original file line number Diff line number Diff line change 1818 g++ \
1919 gcc \
2020 libffi-dev \
21+ libxml2-dev \
22+ libxslt-dev \
2123 openssl-dev \
2224 python3-dev && \
2325 echo "**** install runtime packages ****" && \
Original file line number Diff line number Diff line change @@ -236,10 +236,7 @@ if [ "$VALIDATION" = "dns" ]; then
236236 elif [[ "$DNSPLUGIN" =~ ^(google)$ ]]; then
237237 if [ -n "$PROPAGATION" ];then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
238238 PREFCHAL="--dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.json ${PROPAGATIONPARAM}"
239- elif [[ "$DNSPLUGIN" =~ ^(he)$ ]]; then
240- if [ -n "$PROPAGATION" ];then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
241- PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini ${PROPAGATIONPARAM}"
242- elif [[ "$DNSPLUGIN" =~ ^(aliyun|domeneshop|hetzner|inwx|ionos|netcup|njalla|transip|vultr)$ ]]; then
239+ elif [[ "$DNSPLUGIN" =~ ^(aliyun|domeneshop|he|hetzner|inwx|ionos|netcup|njalla|transip|vultr)$ ]]; then
243240 if [ -n "$PROPAGATION" ];then PROPAGATIONPARAM="--dns-${DNSPLUGIN}-propagation-seconds ${PROPAGATION}"; fi
244241 PREFCHAL="-a dns-${DNSPLUGIN} --dns-${DNSPLUGIN}-credentials /config/dns-conf/${DNSPLUGIN}.ini ${PROPAGATIONPARAM}"
245242 elif [[ "$DNSPLUGIN" =~ ^(directadmin)$ ]]; then
You can’t perform that action at this time.
0 commit comments