Jelajahi Sumber

added to readme

panda 2 tahun lalu
induk
melakukan
1661627410
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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