From 02a6971d912a8e9d205c0199bc2e5e58de9ca789 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Thu, 2 Aug 2018 19:12:48 +0200 Subject: [PATCH] Fixed download location again --- rclone_script-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index 9dd1259..bd8b80f 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -246,7 +246,7 @@ installRCLONE_SCRIPT () printf "${NORMAL} Getting RCLONE_SCRIPT... " { # try - retval=$(wget -q -N -P ~/scripts ${url}/{$branch}/rclone_script.sh 2>&1) && + retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script.sh 2>&1) && retval=$(sudo chmod 755 ~/scripts/rclone_script.sh 2>&1) && printf "${GREEN}Done\n" @@ -259,7 +259,7 @@ installRCLONE_SCRIPT () printf "${NORMAL} Getting RCLONE_SCRIPT-FULLSYNC... " { # try - retval=$(wget -q -N -P ~/RetroPie/retropiemenu ${url}/{$branch}/rclone_script-fullsync.sh 2>&1) && + retval=$(wget -q -N -P ~/RetroPie/retropiemenu ${url}/${branch}/rclone_script-fullsync.sh 2>&1) && retval=$(sudo chmod 755 ~/RetroPie/retropiemenu/rclone_script-fullsync.sh 2>&1) && printf "${GREEN}Done\n"