Revision 6958
Added by Aaron Marcuse-Kubitza almost 12 years ago
import_all | ||
---|---|---|
45 | 45 |
after_import () |
46 | 46 |
{ |
47 | 47 |
bin/make_analytical_db |
48 |
|
|
49 |
bin/export_analytical_db & |
|
50 |
wait # wait for asynchronous commands |
|
48 | 51 |
} |
49 | 52 |
|
50 | 53 |
jobs="$(jobs -p)" |
Also available in: Unified diff
import_all: after_import(): Added export_analytical_db