1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-05 00:27:25 +00:00

Simplify networking info dump

This commit is contained in:
downtownallday 2020-06-09 23:19:24 -04:00
parent 38319c90d5
commit 81c2b75ee4

View File

@ -16,11 +16,12 @@ before_install:
- (sudo aa-status; true) - (sudo aa-status; true)
# #
- echo "==== DUMP NETWORK INFO ====" - echo "==== DUMP NETWORK INFO ===="
- (hostname -I; true) - hostname -I
- (hostname -i; true) - hostname -i
- (hostname; true) - hostname
- (hostname --fqdn; true) - hostname --fqdn
- (ip add; true) - ip add
- cat /etc/hosts
install: install:
- sudo tests/assets/system-setup/remote-nextcloud-docker.sh - sudo tests/assets/system-setup/remote-nextcloud-docker.sh