aboutsummaryrefslogtreecommitdiff
path: root/crypt.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crypt.sh')
-rwxr-xr-xcrypt.sh3
1 files changed, 0 insertions, 3 deletions
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