From cb79ee7d8e743f7fd0963cffa029692f5db75744 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Fri, 12 Apr 2019 12:28:51 +0100 Subject: [PATCH] show more debug during update data copy --- home.admin/50torrentHDD.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/50torrentHDD.sh b/home.admin/50torrentHDD.sh index c32b44953..9e6728624 100755 --- a/home.admin/50torrentHDD.sh +++ b/home.admin/50torrentHDD.sh @@ -345,7 +345,7 @@ date +%s echo "can take 10-60 minutes... please wait" sudo mkdir /mnt/hdd/${network} 2>/dev/null sudo mv ${targetPath1}/* /mnt/hdd/${network}/ -sudo cp -r ${targetPath2}/* /mnt/hdd/${network}/ +sudo cp --verbose -r ${targetPath2}/* /mnt/hdd/${network}/ sudo rm -r ${targetDir} echo "OK" date +%s