From dc77ac8e9a3e1ccc20ea30bf16dc39fd3a379df9 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata S Date: Thu, 30 Jun 2022 08:25:54 +0700 Subject: [PATCH] fix unpoller download url (#34) --- tools/unpoller-install.sh => install_unpoller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tools/unpoller-install.sh => install_unpoller.sh (82%) diff --git a/tools/unpoller-install.sh b/install_unpoller.sh similarity index 82% rename from tools/unpoller-install.sh rename to install_unpoller.sh index c990099..c1f2d44 100755 --- a/tools/unpoller-install.sh +++ b/install_unpoller.sh @@ -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"