Browse Source

Update unpoller-install.sh

minor spelling mistake
Griffen8280 3 years ago
parent
commit
968e554b81
1 changed files with 1 additions and 1 deletions
  1. 1 1
      unpoller-install.sh

+ 1 - 1
unpoller-install.sh

@@ -19,6 +19,6 @@ check_internet
 
 
 echo "Creating directories..."
 echo "Creating directories..."
 sudo mkdir -p /portainer/Files/AppData/Config/unpoller || error "Failed to create config directory!"
 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!"
 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"
 echo "Done You are ready to goto next step in the install document"