Loading scripts/postinstall.sh +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ echo -e "\n\n\n" echo -e "Please add the following records to your domain's DNS configuration:\n" find /mnt/repo-base/volumes/mail/dkim/ -maxdepth 1 -mindepth 1 -type d | while read line; do DOMAIN=$(basename $line) echo " - DKIM record (TXT) for $DOMAIN:" && cat $line/mail.public.key echo " - DKIM record (TXT) for $DOMAIN:" && sed $'N;s/"\\n\t"//g' $line/mail.public.key done echo "=================================================================================================================================" Loading Loading
scripts/postinstall.sh +1 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,7 @@ echo -e "\n\n\n" echo -e "Please add the following records to your domain's DNS configuration:\n" find /mnt/repo-base/volumes/mail/dkim/ -maxdepth 1 -mindepth 1 -type d | while read line; do DOMAIN=$(basename $line) echo " - DKIM record (TXT) for $DOMAIN:" && cat $line/mail.public.key echo " - DKIM record (TXT) for $DOMAIN:" && sed $'N;s/"\\n\t"//g' $line/mail.public.key done echo "=================================================================================================================================" Loading