show more debug during update data copy

This commit is contained in:
Christian Rotzoll 2019-04-12 12:28:51 +01:00
parent 973ddf5ef7
commit cb79ee7d8e

View file

@ -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