mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
whitespace fix
This commit is contained in:
parent
18fc42e63b
commit
0c76890572
@ -232,7 +232,7 @@ _opns_check_auth() {
|
|||||||
_saveaccountconf_mutable OPNs_Host "$OPNs_Host"
|
_saveaccountconf_mutable OPNs_Host "$OPNs_Host"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! printf '%s' "$OPNs_Port" | grep '^[0-9]*$' >/dev/null ; then
|
if ! printf '%s' "$OPNs_Port" | grep '^[0-9]*$' >/dev/null; then
|
||||||
_err 'OPNs_Port specified but not numeric value'
|
_err 'OPNs_Port specified but not numeric value'
|
||||||
return 1
|
return 1
|
||||||
elif [ -z "$OPNs_Port" ]; then
|
elif [ -z "$OPNs_Port" ]; then
|
||||||
@ -241,7 +241,7 @@ _opns_check_auth() {
|
|||||||
_saveaccountconf_mutable OPNs_Port "$OPNs_Port"
|
_saveaccountconf_mutable OPNs_Port "$OPNs_Port"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! printf '%s' "$OPNs_Api_Insecure" | grep '^[01]$' >/dev/null ; then
|
if ! printf '%s' "$OPNs_Api_Insecure" | grep '^[01]$' >/dev/null; 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
|
||||||
elif [ -n "$OPNs_Api_Insecure" ]; then
|
elif [ -n "$OPNs_Api_Insecure" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user