diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 5eafc7a..8ed30e0 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -149,10 +149,10 @@ if [ ${finalSize} -lt ${targetSize} ]; then else # Download worked - echo "*** Moving/Copying Files ***" + echo "*** Moving Files ***" echo "START" date +%s - sudo cp -r ${targetPath} /mnt/hdd/${network} + sudo mv ${targetPath} /mnt/hdd/${network} echo "OK" date +%s