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