Fixed download location again

This commit is contained in:
Jandalf81
2018-08-02 19:12:48 +02:00
parent 33efc4e801
commit 02a6971d91

View File

@@ -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"