mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
show more debug during update data copy
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user