From: Coleman Watts Date: Fri, 21 Jun 2019 19:02:45 +0000 (-0400) Subject: Fix setup.sh crash when using the -a flag X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e48dd208266a759eaa619a68dfbc08e15e6e47fb;p=civicrm-core.git Fix setup.sh crash when using the -a flag --- 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 ;;