From cf88885e1607c66c9f4a90cc75c2eedd2baf2fb9 Mon Sep 17 00:00:00 2001 From: Daimakaimura <17453177+Daimakaimura@users.noreply.github.com> Date: Thu, 11 May 2023 07:13:45 +0100 Subject: [PATCH] For dash source should be . --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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