mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 18:07:45 +01:00
move not copy
This commit is contained in:
@@ -149,10 +149,10 @@ if [ ${finalSize} -lt ${targetSize} ]; then
|
|||||||
else
|
else
|
||||||
|
|
||||||
# Download worked
|
# Download worked
|
||||||
echo "*** Moving/Copying Files ***"
|
echo "*** Moving Files ***"
|
||||||
echo "START"
|
echo "START"
|
||||||
date +%s
|
date +%s
|
||||||
sudo cp -r ${targetPath} /mnt/hdd/${network}
|
sudo mv ${targetPath} /mnt/hdd/${network}
|
||||||
echo "OK"
|
echo "OK"
|
||||||
date +%s
|
date +%s
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user