copy network

This commit is contained in:
rootzoll 2018-09-15 10:18:06 +02:00
parent 99a5335bce
commit dc9883bbcd

View File

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