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"