Moved FULL SYNC into rclone_script.sh

Changed RCLONE_SCRIPT-FULLSYNC.SH to only call RCLONE_SCRIPT.SH
This commit is contained in:
Jandalf81
2018-08-02 19:29:53 +02:00
parent 82c696a0f9
commit 22f6e969ab
3 changed files with 47 additions and 52 deletions

View File

@@ -289,8 +289,6 @@ installRCLONE_SCRIPT ()
# download uninstall script
printf "${NORMAL} Getting UNINSTALL script... "
echo "${url}/${branch}/rclone_script-uninstall.sh"
echo "https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-uninstall.sh"
{ # try
retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script-uninstall.sh 2>&1) &&