Commit e3698edd authored by neilpang's avatar neilpang
Browse files

fix shellcheck warnings

parent e591d5cf
...@@ -4046,7 +4046,7 @@ _process() { ...@@ -4046,7 +4046,7 @@ _process() {
_dnssleep="" _dnssleep=""
_listraw="" _listraw=""
_stopRenewOnError="" _stopRenewOnError=""
_insecure="" #_insecure=""
_ca_bundle="" _ca_bundle=""
_nocron="" _nocron=""
_ecc="" _ecc=""
...@@ -4321,7 +4321,7 @@ _process() { ...@@ -4321,7 +4321,7 @@ _process() {
_stopRenewOnError="1" _stopRenewOnError="1"
;; ;;
--insecure) --insecure)
_insecure="1" #_insecure="1"
HTTPS_INSECURE="1" HTTPS_INSECURE="1"
;; ;;
--ca-bundle) --ca-bundle)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment