fix unpoller download url (#34)

This commit is contained in:
Dedy Martadinata S
2022-06-30 08:25:54 +07:00
committed by GitHub
parent 824b2a5c07
commit dc77ac8e9a

View File

@@ -20,5 +20,5 @@ check_internet
echo "Creating directories..."
sudo mkdir -p /portainer/Files/AppData/Config/unpoller || error "Failed to create config directory!"
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"