Parcourir la source

Fixed another download location

Jandalf81 il y a 7 ans
Parent
commit
c5b2378da7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"