Skip to content

Commit 9f822be

Browse files
PleskanKristan Kenney
authored andcommitted
Fix output of v-list-mail-domain-dkim-dns
1 parent 514d3b4 commit 9f822be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-list-mail-domain-dkim-dns

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ is_object_valid 'mail' 'DOMAIN' "$domain"
6868
# Parsing domain keys
6969
if [ -e "$USER_DATA/mail/$domain.pub" ]; then
7070
pub=$(cat $USER_DATA/mail/$domain.pub |grep -v "KEY-----")
71-
pub=$(echo "$pub" |sed ':a;N;$!ba;s/\n/\\n/g')
71+
pub=$(echo "$pub" |sed ':a;N;$!ba;s/\n//g')
7272
else
7373
pub="DKIM-SUPPORT-IS-NOT-ACTIVATED"
7474
fi

0 commit comments

Comments
 (0)