浏览代码

Fixed another download location

Jandalf81 7 年之前
父节点
当前提交
c5b2378da7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rclone_script-install.sh

+ 1 - 1
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"