PROM file path fix
All checks were successful
Configure Kumonoboru / deploy (push) Successful in 1m4s
All checks were successful
Configure Kumonoboru / deploy (push) Successful in 1m4s
This commit is contained in:
@@ -41,7 +41,7 @@ flags()
|
|||||||
flags "$@"
|
flags "$@"
|
||||||
|
|
||||||
#File to write results to; picked up by Prometheus and yells about changes
|
#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
|
#Remove log from last runs, if present
|
||||||
if [[ -f $PROM_FILE ]]; then
|
if [[ -f $PROM_FILE ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user