mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-26 15:02:03 +00:00
fix shellcheck warnings
This commit is contained in:
parent
e591d5cfe4
commit
e3698edd19
4
acme.sh
4
acme.sh
@ -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() {
|
|||||||
_stopRenewOnError="1"
|
_stopRenewOnError="1"
|
||||||
;;
|
;;
|
||||||
--insecure)
|
--insecure)
|
||||||
_insecure="1"
|
#_insecure="1"
|
||||||
HTTPS_INSECURE="1"
|
HTTPS_INSECURE="1"
|
||||||
;;
|
;;
|
||||||
--ca-bundle)
|
--ca-bundle)
|
||||||
|
Loading…
Reference in New Issue
Block a user