diff --git a/scripts/dappnode_access_credentials.sh b/scripts/dappnode_access_credentials.sh index 2907d5e..f9c614d 100755 --- a/scripts/dappnode_access_credentials.sh +++ b/scripts/dappnode_access_credentials.sh @@ -55,9 +55,9 @@ function wifi_connection () { } function avahi_connection () { + # shellcheck disable=SC2143 avahi-resolve -n $AVAHI_ENDPOINT > /dev/null 2>&1 && \ # Https container exists - # shellcheck disable=SC2143 [ "$(docker ps -a | grep ${HTTPS_CONTAINER})" ] && \ # Https container running [ "$(docker inspect -f '{{.State.Running}}' ${HTTPS_CONTAINER})" = "true" ] && \