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

Loading…
Cancel
Save