Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Aug 26, 2021
1 parent 6bb50b3 commit 226b05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dappnode_access_credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ] && \
Expand Down

0 comments on commit 226b05b

Please sign in to comment.