From: Silvio Rhatto Date: Sat, 17 Aug 2013 17:23:16 +0000 (-0300) Subject: Added wipe notice X-Git-Tag: 0.2.2~7 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=be0cc7c6e932896178c128ab9e36cb964d33dc00;p=keyringer.git Added wipe notice --- diff --git a/share/keyringer/encrypt b/share/keyringer/encrypt index f35cdff..c0b7874 100755 --- a/share/keyringer/encrypt +++ b/share/keyringer/encrypt @@ -42,6 +42,10 @@ if [ "$err" != "0" ]; then exit "$err" fi +if [ "$UNENCRYPTED_FILE" != "-" ]; then + echo "Now make to wipe the non-encrypted $UNENCRYPTED_FILE." +fi + # Stage if [ -d "$BASEDIR/.git" ]; then keyringer_exec git "$BASEDIR" add "keys/$FILE"