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 else
# Download worked # Download worked
echo "*** Moving/Copying Files ***" echo "*** Moving Files ***"
echo "START" echo "START"
date +%s date +%s
sudo cp -r ${targetPath} /mnt/hdd/${network} sudo mv ${targetPath} /mnt/hdd/${network}
echo "OK" echo "OK"
date +%s date +%s

Loading…
Cancel
Save