mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +00:00
automatically copy the config file if there is no.
This commit is contained in:
parent
93006243c9
commit
b5bf4583e3
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ git submodule update
|
|||
make
|
||||
popd
|
||||
|
||||
if [ ! -f bin/packages/config.cfg ]; then
|
||||
cp bin/packages/config.cfg.sample bin/packages/config.cfg
|
||||
fi
|
||||
|
||||
virtualenv AILENV
|
||||
|
||||
echo export AIL_HOME=$(pwd) >> ./AILENV/bin/activate
|
||||
|
|
Loading…
Reference in a new issue