diff options
Diffstat (limited to 'crypt.sh')
| -rwxr-xr-x | crypt.sh | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
