mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-25 20:54:41 -08:00
Run prometheus in foreground.
This commit is contained in:
parent
b5cc4c6cc8
commit
cc5d4c7eda
|
@ -26,4 +26,4 @@ if [[ "${platform}" == "darwin" ]]; then
|
|||
export DYLD_LIBRARY_PATH="${binary_directory}/lib:${DYLD_LIBRARY_PATH}"
|
||||
fi
|
||||
|
||||
"${binary_directory}/prometheus" "${@}" &
|
||||
exec "${binary_directory}/prometheus" "${@}"
|
||||
|
|
Loading…
Reference in a new issue