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

fix shellcheck warnings

This commit is contained in:
neilpang
2016-11-11 21:15:48 +08:00
parent e591d5cfe4
commit e3698edd19
+2 -2
View File
@@ -4046,7 +4046,7 @@ _process() {
_dnssleep=""
_listraw=""
_stopRenewOnError=""
_insecure=""
#_insecure=""
_ca_bundle=""
_nocron=""
_ecc=""
@@ -4321,7 +4321,7 @@ _process() {
_stopRenewOnError="1"
;;
--insecure)
_insecure="1"
#_insecure="1"
HTTPS_INSECURE="1"
;;
--ca-bundle)