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