From 0b0ce83003ab59873e29ea1cbe01e5ac58747549 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Fri, 28 Feb 2020 21:49:04 +0100 Subject: [PATCH] small wait --- home.admin/XXcopyStation.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/home.admin/XXcopyStation.sh b/home.admin/XXcopyStation.sh index a4d866129..9f280274a 100755 --- a/home.admin/XXcopyStation.sh +++ b/home.admin/XXcopyStation.sh @@ -282,6 +282,7 @@ OK NO FORMAT - Please remove decive now. targetSize=$(sudo du -s -b /mnt/hdd2 | awk '$1=$1' | cut -d " " -f1) echo "templateSize(${templateSize})" echo "targetSize(${targetSize})" + sleep 3 if [ ${targetSize} -lt ${templateSize} ] || [ ${targetSize} -gt ${templateSize} ]; then echo "!! NOT THE SAME AFTER RSYNC" sleep 10