projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c5de4
)
Fix setup.sh crash when using the -a flag
author
Coleman Watts
<coleman@civicrm.org>
Fri, 21 Jun 2019 19:02:45 +0000
(15:02 -0400)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 21 Jun 2019 19:02:45 +0000
(15:02 -0400)
bin/setup.sh
patch
|
blob
|
blame
|
history
diff --git
a/bin/setup.sh
b/bin/setup.sh
index fc59804214d07d7a9af6066d29b578543388f105..f71e7a6d74f615491a8648c0ca4ad83d37a24764 100755
(executable)
--- 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
;;