From e48dd208266a759eaa619a68dfbc08e15e6e47fb Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Fri, 21 Jun 2019 15:02:45 -0400 Subject: [PATCH] Fix setup.sh crash when using the -a flag --- bin/setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup.sh b/bin/setup.sh index fc59804214..f71e7a6d74 100755 --- a/bin/setup.sh +++ b/bin/setup.sh @@ -60,6 +60,7 @@ while getopts "aDgsdef" opt; do DO_GENCODE=1 DO_SCHEMA=1 DO_DATA=1 + DEFAULT_DATA=civicrm_generated.mysql DO_FLUSH=1 FOUND_ACTION=1 ;; -- 2.25.1