]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Added wipe notice
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 17:23:16 +0000 (14:23 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 17 Aug 2013 17:23:16 +0000 (14:23 -0300)
share/keyringer/encrypt

index f35cdff1542be64df24605184815a76f8d43854e..c0b787409d920a9c826bcc92200a2fe59f2c0d89 100755 (executable)
@@ -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"