For dash source should be .

This commit is contained in:
Daimakaimura 2023-05-11 07:13:45 +01:00
parent ec63fbb9fb
commit cf88885e16
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

@ -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