Browse Source

move not copy

#146
rootzoll 6 years ago
parent
commit
a9c5a72aee
  1. 4
      home.admin/50torrentHDD.sh

4
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

Loading…
Cancel
Save