aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/keyringer/append3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/keyringer/append b/share/keyringer/append
index be6bc7f..1e91d6f 100755
--- a/share/keyringer/append
+++ b/share/keyringer/append
@@ -27,9 +27,8 @@ IFS=$'\n'
CONTENT=($(keyringer_exec decrypt $BASEDIR $FILE))
-echo "This is the current content of $FILE:"
echo " "
-echo "$CONTENT"
+echo "$FILE currently has ${#CONTENT[@]} lines"
echo " "
echo "Now please write the content to be appended on $FILE, finnishing with Ctrl-D:"