From 4b38224e815a0080e76f2acb8c021fa5199d4b4d Mon Sep 17 00:00:00 2001 From: xiaoz Date: Wed, 5 Jan 2022 11:01:50 +0800 Subject: [PATCH] fix bug --- node_exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_exporter.sh b/node_exporter.sh index bfceb77..c933e60 100644 --- a/node_exporter.sh +++ b/node_exporter.sh @@ -101,7 +101,7 @@ install_success(){ echo "----------------------------" #推送数据到普罗米修斯以自动注册 curl -u 'xiaoz:HAKrmCM6' -X POST -d "instance=${INSTANCE}" https://prometheus.rss.ink/api/v1/push_data - echo "\n" + echo "" echo "Installation is complete, please visit http://${myip}:29100" }