Преглед изворни кода

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"