mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
small wait
This commit is contained in:
parent
b896c60cc8
commit
0b0ce83003
1 changed files with 1 additions and 0 deletions
|
@ -282,6 +282,7 @@ OK NO FORMAT - Please remove decive now.
|
||||||
targetSize=$(sudo du -s -b /mnt/hdd2 | awk '$1=$1' | cut -d " " -f1)
|
targetSize=$(sudo du -s -b /mnt/hdd2 | awk '$1=$1' | cut -d " " -f1)
|
||||||
echo "templateSize(${templateSize})"
|
echo "templateSize(${templateSize})"
|
||||||
echo "targetSize(${targetSize})"
|
echo "targetSize(${targetSize})"
|
||||||
|
sleep 3
|
||||||
if [ ${targetSize} -lt ${templateSize} ] || [ ${targetSize} -gt ${templateSize} ]; then
|
if [ ${targetSize} -lt ${templateSize} ] || [ ${targetSize} -gt ${templateSize} ]; then
|
||||||
echo "!! NOT THE SAME AFTER RSYNC"
|
echo "!! NOT THE SAME AFTER RSYNC"
|
||||||
sleep 10
|
sleep 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue