diff --git a/scripts/webserver.sh b/scripts/webserver.sh index 82c922e..e0b315f 100755 --- a/scripts/webserver.sh +++ b/scripts/webserver.sh @@ -6,7 +6,7 @@ # export TORRENTS_CSV_FRONT_END_DIR=`pwd`/../ui/dist # Build the sqlite db from the CSV -. build_sqlite.sh +./build_sqlite.sh # Build front end cd ../server/ui