Skip to content

Commit c9abea3

Browse files
authored
1 parent bf75d82 commit c9abea3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ct/prometheus.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ if [[ ! -f /opt/${APP}_version.txt ]] || [[ "${RELEASE}" != "$(cat /opt/${APP}_v
6666
tar -xf prometheus-${RELEASE}.linux-amd64.tar.gz
6767
cd prometheus-${RELEASE}.linux-amd64
6868
cp -rf prometheus promtool /usr/local/bin/
69-
cp -rf consoles/ console_libraries/ /etc/prometheus/
7069
cd ~
7170
rm -rf prometheus-${RELEASE}.linux-amd64 prometheus-${RELEASE}.linux-amd64.tar.gz
7271
echo "${RELEASE}" >/opt/${APP}_version.txt

0 commit comments

Comments
 (0)