Browse Source

copy network

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

7
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

Loading…
Cancel
Save