mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-20 02:09:15 +01:00
move not copy
This commit is contained in:
parent
dfc3645195
commit
a9c5a72aee
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user