fix: [install script] cp default config

gallypette-patch-1 v0.4
Terrtia 2019-12-03 10:29:15 +01:00
parent e39ef2c551
commit f5770b6e60
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ if [ -z "$VIRTUAL_ENV" ]; then
fi
python3 -m pip install -r requirement.txt
pushd configs/
cp server.conf.sample server.conf
popd
pushd web/
./update_web.sh
popd