Fixed formatting issue when re-encrypting a note.
This commit is contained in:
@@ -36,7 +36,7 @@ printf " - %s\n" "editing ${NOTE%.*}"
|
||||
|
||||
# If the file was previously decrypted, encrypt it back
|
||||
if [ "$ENCRYPTION" == "TRUE" ]; then
|
||||
echo "reencrypting"
|
||||
printf " - %s\n" "encrypting ${NOTE%.*}"
|
||||
rm "$NOTES_DIR/$NOTE"
|
||||
encrypt;
|
||||
rm "$TMP_NOTE"
|
||||
|
||||
Reference in New Issue
Block a user