From: Silvio Rhatto Date: Wed, 14 Aug 2013 20:49:14 +0000 (-0300) Subject: Fixing ssl script X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=86e3325c96c83ec024d0341cdb8b878d30c08d8d;p=scripts.git Fixing ssl script --- diff --git a/ssl b/ssl index 90b19d9..afd1a48 100755 --- 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