Fixing webserver.sh build sqlite

This commit is contained in:
Dessalines 2019-02-12 14:06:14 -08:00
parent 784d6fb54c
commit 08f9d1fc0e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# export TORRENTS_CSV_FRONT_END_DIR=`pwd`/../ui/dist # export TORRENTS_CSV_FRONT_END_DIR=`pwd`/../ui/dist
# Build the sqlite db from the CSV # Build the sqlite db from the CSV
. build_sqlite.sh ./build_sqlite.sh
# Build front end # Build front end
cd ../server/ui cd ../server/ui