From c5b2378da7baeebdf08a2510dd7d5d8d0ef291da Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Thu, 2 Aug 2018 19:13:55 +0200 Subject: [PATCH] Fixed another download location --- rclone_script-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index bd8b80f..34e7ed6 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -291,7 +291,7 @@ installRCLONE_SCRIPT () printf "${NORMAL} Getting UNINSTALL script... " { # try - retval=$(wget -q -N -P ~/scripts ${url}/{$branch}/rclone_script-uninstall.sh 2>&1) && + retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script-uninstall.sh 2>&1) && retval=$(sudo chmod 755 ~/scripts/rclone_script-uninstall.sh 2>&1) && printf "${GREEN}Done\n"