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

Output more host information post-setup

This commit is contained in:
downtownallday 2020-06-10 22:37:46 -04:00
parent 7237f553a4
commit 2bdb6f6216

View File

@ -25,6 +25,11 @@ before_install:
install:
- sudo tests/system-setup/remote-nextcloud-docker.sh
- hostname -I || true
- hostname -i || true
- hostname || true
- hostname --fqdn || true
- nslookup box.abc.com || true
script:
#