diff --git a/run.sh b/run.sh index c313c6f..909e2fb 100755 --- a/run.sh +++ b/run.sh @@ -144,7 +144,7 @@ if [ "$metrics_infra" = "container-proc" ]; then echo "Starting monitoring with probes in the containers" # Start process level monitoring (in background, will wait to WSL to be created) - source ./monitoring/container-proc/venv/bin/activate + . ./monitoring/container-proc/venv/bin/activate sudo -E python3 ./monitoring/container-proc/monitor.py & monitor_pid=$! fi