From 339d5a456f866aedce83c4530511802d1b28f397 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 29 Jun 2020 09:25:14 -0500 Subject: [PATCH] Mark hashes --- gravity-sync.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index efd7d2e..5ec7278 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -375,15 +375,15 @@ function smart_gs { last_primaryCIMD5=$(sed "3q;d" gravity-sync.md5) last_secondCIMD5=$(sed "4q;d" gravity-sync.md5) - echo -e $primaryDBMD5 - echo -e $secondDBMD5 - echo -e $primaryCLMD5 - echo -e $secondCLMD5 + echo -e $primaryDBMD5 " 1" + echo -e $secondDBMD5 " 2" + echo -e $primaryCLMD5 " 3" + echo -e $secondCLMD5 " 4" - echo -e $last_primaryDBMD5 - echo -e $last_secondDBMD5 - echo -e $last_primaryCLMD5 - echo -e $last_secondCLMD5 + echo -e $last_primaryDBMD5 " 5" + echo -e $last_secondDBMD5 " 6" + echo -e $last_primaryCLMD5 " 7" + echo -e $last_secondCLMD5 " 8" } function restore_gs {