From 21519ab1984b6be1f3075f4c25f70303fa24ca02 Mon Sep 17 00:00:00 2001 From: Brock Tice Date: Sun, 24 May 2015 16:34:29 -0400 Subject: [PATCH] Run rcmcarddav_dbinit.sh after everything else is done. --- setup/start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup/start.sh b/setup/start.sh index 2b5f291b..b41e4508 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -158,6 +158,9 @@ tools/web_update # If there aren't any mail users yet, create one. source setup/firstuser.sh +# Post-setup rcmcarddav db init +source setup/rcmcarddav_dbinit.sh + # Done. echo echo "-----------------------------------------------"