From d5842ba95ac920ee8b800efa56527c99094cea57 Mon Sep 17 00:00:00 2001 From: shmick Date: Thu, 23 Nov 2023 22:21:18 +0200 Subject: [PATCH] PROM file path fix --- kumonoboru.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kumonoboru.sh b/kumonoboru.sh index c6e52ef..222622b 100755 --- a/kumonoboru.sh +++ b/kumonoboru.sh @@ -41,7 +41,7 @@ flags() flags "$@" #File to write results to; picked up by Prometheus and yells about changes -PROM_FILE="$CONTAINER_DIR/prometheus/data/kumonoboru.prom" +PROM_FILE="/var/Red-Vol/Media/Containers/prometheus/data/kumonoboru.prom" #Remove log from last runs, if present if [[ -f $PROM_FILE ]]; then