Skip to content

Commit

Permalink
fix: [install script] cp default config
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed Dec 3, 2019
1 parent e39ef2c commit f5770b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/install_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5770b6

Please sign in to comment.