mirror of https://github.com/CIRCL/AIL-framework
automatically copy the config file if there is no.
parent
93006243c9
commit
b5bf4583e3
|
@ -32,6 +32,10 @@ git submodule update
|
||||||
make
|
make
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
if [ ! -f bin/packages/config.cfg ]; then
|
||||||
|
cp bin/packages/config.cfg.sample bin/packages/config.cfg
|
||||||
|
fi
|
||||||
|
|
||||||
virtualenv AILENV
|
virtualenv AILENV
|
||||||
|
|
||||||
echo export AIL_HOME=$(pwd) >> ./AILENV/bin/activate
|
echo export AIL_HOME=$(pwd) >> ./AILENV/bin/activate
|
||||||
|
|
Loading…
Reference in New Issue