prometheus multirproc: fix typo
This commit is contained in:
parent
1ae228fb31
commit
85beff40e7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ automigrate() {
|
|||
setup_prometheus_multiproc() {
|
||||
export PROMETHEUS_MULTIPROC_DIR="/tmp/prometheus_multiproc"
|
||||
rm -rf "${PROMETHEUS_MULTIPROC_DIR}" || true
|
||||
mkdir "PROMETHEUS_MULTIPROC_DIR"
|
||||
mkdir "${PROMETHEUS_MULTIPROC_DIR}"
|
||||
}
|
||||
|
||||
case "$1" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue