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:
parent
38319c90d5
commit
81c2b75ee4
11
.travis.yml
11
.travis.yml
@ -16,11 +16,12 @@ before_install:
|
||||
- (sudo aa-status; true)
|
||||
#
|
||||
- echo "==== DUMP NETWORK INFO ===="
|
||||
- (hostname -I; true)
|
||||
- (hostname -i; true)
|
||||
- (hostname; true)
|
||||
- (hostname --fqdn; true)
|
||||
- (ip add; true)
|
||||
- hostname -I
|
||||
- hostname -i
|
||||
- hostname
|
||||
- hostname --fqdn
|
||||
- ip add
|
||||
- cat /etc/hosts
|
||||
|
||||
install:
|
||||
- sudo tests/assets/system-setup/remote-nextcloud-docker.sh
|
||||
|
Loading…
Reference in New Issue
Block a user