From 74b29265864ff36c961b12879c27b98909288068 Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 9 Jun 2020 23:27:20 -0400 Subject: [PATCH] dump nsd.conf --- tests/assets/system-setup/remote-nextcloud-docker.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/assets/system-setup/remote-nextcloud-docker.sh b/tests/assets/system-setup/remote-nextcloud-docker.sh index e9bd7fee..c4fd47bc 100755 --- a/tests/assets/system-setup/remote-nextcloud-docker.sh +++ b/tests/assets/system-setup/remote-nextcloud-docker.sh @@ -104,6 +104,7 @@ miab_install() { if ! setup/start.sh; then dump_log "/var/log/syslog" 100 dump_log "/etc/mailinabox.conf" + [ "$TRAVIS" == "true" ] && dump_log "/etc/nsd/nsd.conf" die "setup/start.sh failed!" fi }