mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-14 02:11:45 +00:00
Fix whitespaces
This commit is contained in:
parent
c0449a3ed2
commit
430956d304
@ -234,7 +234,7 @@ _opns_check_auth() {
|
|||||||
if [ -z "$OPNs_Api_Insecure" ]; then
|
if [ -z "$OPNs_Api_Insecure" ]; then
|
||||||
OPNs_Api_Insecure="0"
|
OPNs_Api_Insecure="0"
|
||||||
else
|
else
|
||||||
#save the api addr and key to the account conf file.
|
#save the api addr and key to the account conf file.
|
||||||
_saveaccountconf_mutable OPNs_Api_Insecure "$OPNs_Api_Insecure"
|
_saveaccountconf_mutable OPNs_Api_Insecure "$OPNs_Api_Insecure"
|
||||||
fi
|
fi
|
||||||
export HTTPS_INSECURE="${OPNs_Api_Insecure}"
|
export HTTPS_INSECURE="${OPNs_Api_Insecure}"
|
||||||
|
Loading…
Reference in New Issue
Block a user