mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 21:21:42 +00:00
fix space
This commit is contained in:
parent
0b3ae1f972
commit
afdf8a78c0
@ -236,7 +236,7 @@ _opns_check_auth() {
|
|||||||
else
|
else
|
||||||
_saveaccountconf_mutable OPNs_Port "$OPNs_Port"
|
_saveaccountconf_mutable OPNs_Port "$OPNs_Port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! printf '%s' "$OPNs_Api_Insecure" | grep -q '^[01]$'; then
|
if ! printf '%s' "$OPNs_Api_Insecure" | grep -q '^[01]$'; then
|
||||||
_err 'OPNs_Api_Insecure specified but not 0/1 value'
|
_err 'OPNs_Api_Insecure specified but not 0/1 value'
|
||||||
return 1
|
return 1
|
||||||
|
Loading…
Reference in New Issue
Block a user