Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Aug 26, 2021
1 parent 677393e commit 6bb50b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dappnode_access_credentials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function wifi_connection () {
function avahi_connection () {
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 6bb50b3

Please sign in to comment.