Quellcode durchsuchen

fix unpoller download url (#34)

Dedy Martadinata S vor 3 Jahren
Ursprung
Commit
dc77ac8e9a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      install_unpoller.sh

+ 1 - 1
tools/unpoller-install.sh → install_unpoller.sh

@@ -20,5 +20,5 @@ 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 Unpoller config files"
 echo "Downloading Unpoller config files"
-sudo wget -O /portainer/Files/AppData/Config/unpoller/up.conf https://raw.githubusercontent.com/pi-hosted/pi-hosted/tree/master/configs/unpoller-up.conf || error "Failed to download up.conf file!"
+sudo wget -O /portainer/Files/AppData/Config/unpoller/up.conf https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/configs/unpoller-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"