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"