diff options
| -rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ $DATE $(get_gpg_stderr | grep -F 'gpg: Signature made') $(get_gpg_stderr | grep -F 'gpg: Good signature from') -$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null)" | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do +$(echo -e "$PASSWD\n${GPG_MESSAGE[@]}" | $GPGDECRYPT 2> /dev/null) | sed -e 's/=20$//' | $GPGENCRYPT $1 | while read STDIN; do LIST_MESSAGE[$n]="$STDIN\n" ((++n)) done |
