Skip to content

Commit f5770b6

Browse files
committed
fix: [install script] cp default config
1 parent e39ef2c commit f5770b6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/install_server.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ if [ -z "$VIRTUAL_ENV" ]; then
1212
fi
1313
python3 -m pip install -r requirement.txt
1414

15+
pushd configs/
16+
cp server.conf.sample server.conf
17+
popd
18+
1519
pushd web/
1620
./update_web.sh
1721
popd

0 commit comments

Comments
 (0)