PROM file path fix
All checks were successful
Configure Kumonoboru / deploy (push) Successful in 1m4s

This commit is contained in:
2023-11-23 22:21:18 +02:00
parent 3d720ee591
commit d5842ba95a

View File

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