Browse Source

added to readme

panda 2 years ago
parent
commit
1661627410
2 changed files with 2 additions and 2 deletions
  1. 1 1
      README.md
  2. 1 1
      gpg-quorum_3of5.sh

+ 1 - 1
README.md

@@ -105,7 +105,7 @@ for ((idxA=0; idxA<max; idxA++)); do              # iterate idxA from 0 to lengt
 
       if [ "${emails[$idxA]}" == "${emails[$idxB]}" ] || [ "${emails[$idxB]}" == "${emails[$idxC]}" ] || [ "${emails[$idxA]}" == "${emails[$idxC]}" ]; then
 
-        echo "A, B or C are the same"
+        #echo "A, B or C are the same"
         continue
 
       else

+ 1 - 1
gpg-quorum_3of5.sh

@@ -71,7 +71,7 @@ for ((idxA=0; idxA<max; idxA++)); do              # iterate idxA from 0 to lengt
 
       if [ "${emails[$idxA]}" == "${emails[$idxB]}" ] || [ "${emails[$idxB]}" == "${emails[$idxC]}" ] || [ "${emails[$idxA]}" == "${emails[$idxC]}" ]; then
 
-        echo "A, B or C are the same"
+        #echo "A, B or C are the same"
         continue
 
       else