mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
copy network
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user