mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 12:06:36 +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"
|
echo "can take 10-60 minutes... please wait"
|
||||||
sudo mkdir /mnt/hdd/${network} 2>/dev/null
|
sudo mkdir /mnt/hdd/${network} 2>/dev/null
|
||||||
sudo mv ${targetPath1}/* /mnt/hdd/${network}/
|
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}
|
sudo rm -r ${targetDir}
|
||||||
echo "OK"
|
echo "OK"
|
||||||
date +%s
|
date +%s
|
||||||
|
Reference in New Issue
Block a user