浏览代码

Update unpoller-install.sh

minor spelling mistake
Griffen8280 3 年之前
父节点
当前提交
968e554b81
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      unpoller-install.sh

+ 1 - 1
unpoller-install.sh

@@ -19,6 +19,6 @@ check_internet
 
 echo "Creating directories..."
 sudo mkdir -p /portainer/Files/AppData/Config/unpoller || error "Failed to create config directory!"
-echo "Downloading Prometheus config files"
+echo "Downloading Unpoller config files"
 sudo wget -O /portainer/Files/AppData/Config/unpoller/up.conf https://raw.githubusercontent.com/novaspirit/pi-hosted/tree/master/pi-hosted_template/configs/up.conf || error "Failed to download up.conf file!"
 echo "Done You are ready to goto next step in the install document"