fix unpoller download url (#34)
This commit is contained in:
committed by
GitHub
parent
824b2a5c07
commit
dc77ac8e9a
@@ -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"
|
||||
Reference in New Issue
Block a user