mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
show more debug during update data copy
This commit is contained in:
parent
973ddf5ef7
commit
cb79ee7d8e
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ date +%s
|
|||
echo "can take 10-60 minutes... please wait"
|
||||
sudo mkdir /mnt/hdd/${network} 2>/dev/null
|
||||
sudo mv ${targetPath1}/* /mnt/hdd/${network}/
|
||||
sudo cp -r ${targetPath2}/* /mnt/hdd/${network}/
|
||||
sudo cp --verbose -r ${targetPath2}/* /mnt/hdd/${network}/
|
||||
sudo rm -r ${targetDir}
|
||||
echo "OK"
|
||||
date +%s
|
||||
|
|
Loading…
Add table
Reference in a new issue