From a6f450ceae69d02371fa32f0fdc631e2da11af4c Mon Sep 17 00:00:00 2001 From: Andy Grunwald Date: Tue, 28 Jan 2025 12:10:53 +0100 Subject: [PATCH] Fix formatting of config file output after installation --- ct/prometheus-pve-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/prometheus-pve-exporter.sh b/ct/prometheus-pve-exporter.sh index e94b03ae..106b094f 100644 --- a/ct/prometheus-pve-exporter.sh +++ b/ct/prometheus-pve-exporter.sh @@ -57,4 +57,4 @@ echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9221${CL}" echo -e "${INFO}${YW} Please adjust the credentials in the configuration file:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}/etc/prometheus-pve-exporter/pve.yml" \ No newline at end of file +echo -e "${INFO}${YW} /etc/prometheus-pve-exporter/pve.yml${CL}" \ No newline at end of file