소스 검색

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"