From 669028690f0ba589bb900e24670afbf08142abd1 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 14 Jan 2024 17:10:39 +0100 Subject: Add otp action extension --- crypt.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypt.sh') diff --git a/crypt.sh b/crypt.sh index cd4fe47..61ddfcd 100755 --- a/crypt.sh +++ b/crypt.sh @@ -562,9 +562,6 @@ cmd_show() { error "$1 not found in the crypt" elif [[ -f "$CRYPT_PATH/$path.gpg" ]]; then _cmd_action_file "$path" show "$@" - elif [[ -f "$CRYPT_PATH/$path" ]]; then - #TODO: IS THIS CASE NEEDED? - _cmd_action_file "$path" show "$@" else error "Try to initialize the crypt." fi -- cgit v1.2.3