mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 21:56:57 +00:00
Fixing shellcheck issue
This commit is contained in:
parent
eabd7592fe
commit
9eeb979c7b
@ -26,7 +26,7 @@ dns_efficientip_add() {
|
|||||||
_debug fulldomain "$fulldomain"
|
_debug fulldomain "$fulldomain"
|
||||||
_debug txtvalue "$txtvalue"
|
_debug txtvalue "$txtvalue"
|
||||||
|
|
||||||
if ([ -z "${EfficientIP_Creds}" ] && ([ -z "${EfficientIP_Token_Key}" ] || [ -z "${EfficientIP_Token_Secret}" ])) || [ -z "${EfficientIP_Server}" ]; then
|
if { [ -z "${EfficientIP_Creds}" ] && { [ -z "${EfficientIP_Token_Key}" ] || [ -z "${EfficientIP_Token_Secret}" ]; }; } || [ -z "${EfficientIP_Server}" ]; then
|
||||||
EfficientIP_Creds=""
|
EfficientIP_Creds=""
|
||||||
EfficientIP_Token_Key=""
|
EfficientIP_Token_Key=""
|
||||||
EfficientIP_Token_Secret=""
|
EfficientIP_Token_Secret=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user