Skip to content

Commit

Permalink
Creating empty omnidb.db while packaging for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
wind39 committed Dec 15, 2020
1 parent e07a705 commit bea6b23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/linux/tarbuild/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ pip install -r requirements.txt

# Building server
cd OmniDB/
rm -f omnidb.db omnidb.log
touch omnidb.db
pyinstaller OmniDB-lin.spec
mv dist/omnidb-server $HOME
rm -rf build dist
Expand Down

0 comments on commit bea6b23

Please sign in to comment.