From 38319c90d5e0b5780e16178d09a0dce2835b704f Mon Sep 17 00:00:00 2001 From: downtownallday Date: Tue, 9 Jun 2020 22:52:46 -0400 Subject: [PATCH] More Travis nsd startup failure issues --- tests/assets/system-setup/remote-nextcloud-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/assets/system-setup/remote-nextcloud-docker.sh b/tests/assets/system-setup/remote-nextcloud-docker.sh index 301c7efd..ebf433bb 100755 --- a/tests/assets/system-setup/remote-nextcloud-docker.sh +++ b/tests/assets/system-setup/remote-nextcloud-docker.sh @@ -108,8 +108,8 @@ miab_install() { dump_log "/etc/mailinabox.conf" H2 "Apply Travis-CI nsd fix" travis_fix_nsd || die "Could not fix NSD startup issue" - H2 "Re-run firstuser.sh" - if setup/firstuser.sh; then + H2 "Re-run firstuser.sh and mods.d/remote-nextcloud.sh" + if setup/firstuser.sh && setup/mods.d/remote-nextcloud.sh; then failure="false" fi fi