change directory name and run scripts to account for name change

This commit is contained in:
ADParedes
2022-09-20 13:27:37 -05:00
parent 8829c31b7b
commit 3b8f5ee363
10242 changed files with 2 additions and 2027522 deletions

View File

@@ -10,7 +10,7 @@ source venv/Scripts/activate
cd ../..
python dashboard/flask-server/server.py $1 $2 &
python visualization_interface/flask-server/server.py $1 $2 &
P2=$!
wait $P1 $P2
wait $P1 $P2