We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf75d82 commit c9abea3Copy full SHA for c9abea3
ct/prometheus.sh
@@ -66,7 +66,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
66
tar -xf prometheus-${RELEASE}.linux-amd64.tar.gz
67
cd prometheus-${RELEASE}.linux-amd64
68
cp -rf prometheus promtool /usr/local/bin/
69
- cp -rf consoles/ console_libraries/ /etc/prometheus/
70
cd ~
71
rm -rf prometheus-${RELEASE}.linux-amd64 prometheus-${RELEASE}.linux-amd64.tar.gz
72
echo "${RELEASE}" >/opt/${APP}_version.txt
0 commit comments