mirror of https://github.com/rusefi/msqur.git
15 lines
262 B
Bash
15 lines
262 B
Bash
|
# test for script.config, or cp from script.config.dist
|
||
|
|
||
|
. script.config
|
||
|
|
||
|
# test each script var, ask for nulls
|
||
|
|
||
|
|
||
|
#setup DB
|
||
|
#mysql --user=root -p --host=$DB_HOST < $1
|
||
|
|
||
|
# look for/generate config.php from config.php.dist
|
||
|
# copy to deploy dir if not exist there
|
||
|
|
||
|
|