From d3ee5f3cdaba91d5d9f461eb7fd138e5c570f701 Mon Sep 17 00:00:00 2001 From: Ashley Harrison Date: Thu, 17 Jul 2025 17:51:32 +0100 Subject: [PATCH] E2E: don't leave a `$/` dir hanging around (#108256) don't leave a $/ dir hanging around --- scripts/grafana-server/start-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grafana-server/start-server b/scripts/grafana-server/start-server index 6a71bf6e19b..01ab1b4dbf1 100755 --- a/scripts/grafana-server/start-server +++ b/scripts/grafana-server/start-server @@ -60,7 +60,7 @@ cp devenv/dashboards.yaml $PROV_DIR/dashboards cp devenv/alert_rules.yaml $PROV_DIR/alerting cp devenv/plugins.yaml $PROV_DIR/plugins -cp -r devenv $ +cp -r devenv $RUNDIR echo -e "Starting Grafana server port $PORT"