aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma3
1 files changed, 1 insertions, 2 deletions
diff --git a/firma b/firma
index a1be017..0fe9465 100755
--- a/firma
+++ b/firma
@@ -1819,8 +1819,7 @@ function EmailListAdministration {
if [ "$found" == "1" ]; then
# message was sent by an admin
#+then, parse and process admin tasks
- MESSAGE_BODY="\
- `echo -e "$DECRYPTED_MESSAGE" | while read command; do
+ MESSAGE_BODY="`echo -e "$DECRYPTED_MESSAGE" | while read command; do
if [ ! -z "$command" ] && echo $command | grep -q -v -e "^Content"; then
AdminLog "Command> $command"
ListAdministration $command