]> gitweb.fluxo.info Git - scripts.git/commitdiff
Fixing ssl script
authorSilvio Rhatto <rhatto@riseup.net>
Wed, 14 Aug 2013 20:49:14 +0000 (17:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Wed, 14 Aug 2013 20:49:14 +0000 (17:49 -0300)
ssl

diff --git a/ssl b/ssl
index 90b19d9f292cbb28f0d47ec555f9d8712762dc33..afd1a4812076ad85325bce652e052191584b5788 100755 (executable)
--- a/ssl
+++ b/ssl
@@ -42,7 +42,7 @@ if [ "$COMMAND" == "retrieve" ]; then
   retrieve $*
 elif [ "$COMMAND" == "verify" ]; then
   openssl verify $*
-elif [ "$COMMAND" == "fingerprint" ] && [ "$COMMAND" == "finger" ]; then
+elif [ "$COMMAND" == "fingerprint" ] || [ "$COMMAND" == "finger" ]; then
   fingerprint $*
 else
   usage