소스 검색

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"