Skip to content

Commit

Permalink
add checker
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo committed Jul 21, 2023
1 parent 89c8ba2 commit 54fc0d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .dappnode_profile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ alias dappnode_connect='/usr/bin/bash /usr/src/dappnode/scripts/dappnode_access_
# Return all available commands
alias dappnode_help='echo -e "\n\tDAppNode commands available:\n\n\tdappnode_help\t\tprints out this message\n\n\tdappnode_wifi\t\tget wifi credentials (SSID and password)\n\n\tdappnode_openvpn\tget Open VPN credentials\n\n\tdappnode_wireguard\tget Wireguard VPN credentials (dappnode_wireguard --help for more info)\n\n\tdappnode_connect\tcheck connectivity methods available in DAppNode\n\n\tdappnode_status\t\tget status of dappnode containers\n\n\tdappnode_start\t\tstart dappnode containers\n\n\tdappnode_stop\t\tstop dappnode containers\n"'
# Compose alias for backward compatibility
alias docker-compose='docker compose'
if docker compose version >/dev/null 2>&1; then
alias docker-compose='docker compose'
fi

return

0 comments on commit 54fc0d7

Please sign in to comment.