Fixed another download location

This commit is contained in:
Jandalf81
2018-08-02 19:13:55 +02:00
parent 02a6971d91
commit c5b2378da7

View File

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