change directory name and run scripts to account for name change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user