From a9c5a72aeec518bd258104e339289bbb7872f47e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 15 Sep 2018 16:00:41 +0200 Subject: [PATCH] move not copy --- home.admin/50torrentHDD.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 5eafc7af..8ed30e07 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