mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-01 00:18:10 +02:00
copy network
This commit is contained in:
parent
99a5335bce
commit
dc9883bbcd
@ -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…
x
Reference in New Issue
Block a user