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:
parent
7237f553a4
commit
2bdb6f6216
@ -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:
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user