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

More Travis nsd startup failure issues

This commit is contained in:
downtownallday 2020-06-09 22:52:46 -04:00
parent f731d7444f
commit 38319c90d5

View File

@ -108,8 +108,8 @@ miab_install() {
dump_log "/etc/mailinabox.conf" dump_log "/etc/mailinabox.conf"
H2 "Apply Travis-CI nsd fix" H2 "Apply Travis-CI nsd fix"
travis_fix_nsd || die "Could not fix NSD startup issue" travis_fix_nsd || die "Could not fix NSD startup issue"
H2 "Re-run firstuser.sh" H2 "Re-run firstuser.sh and mods.d/remote-nextcloud.sh"
if setup/firstuser.sh; then if setup/firstuser.sh && setup/mods.d/remote-nextcloud.sh; then
failure="false" failure="false"
fi fi
fi fi