From dc9883bbcda71444bba30d956d4fef8335641eba Mon Sep 17 00:00:00 2001 From: rootzoll Date: Sat, 15 Sep 2018 10:18:06 +0200 Subject: [PATCH] copy network --- home.admin/50torrentHDD.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index 4440d10..138be92 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -149,9 +149,12 @@ if [ ${finalSize} -lt ${targetSize} ]; then else # Download worked - echo "*** Moving Files ***" - sudo mv ${targetPath} /mnt/hdd/${network} + echo "*** Moving/Copying Files ***" + echo "START" + date +%s + sudo cp ${targetPath} /mnt/hdd/${network} echo "OK" + date +%s # continue setup ./60finishHDD.sh