Fix setup.sh crash when using the -a flag
authorColeman Watts <coleman@civicrm.org>
Fri, 21 Jun 2019 19:02:45 +0000 (15:02 -0400)
committerColeman Watts <coleman@civicrm.org>
Fri, 21 Jun 2019 19:02:45 +0000 (15:02 -0400)
bin/setup.sh

index fc59804214d07d7a9af6066d29b578543388f105..f71e7a6d74f615491a8648c0ca4ad83d37a24764 100755 (executable)
@@ -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
       ;;