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

dump nsd.conf

This commit is contained in:
downtownallday 2020-06-09 23:27:20 -04:00
parent 4d99e6021b
commit 74b2926586

View File

@ -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
}