Fix error in writing welcome message (WELCOME_MESSAGE) to konfiguration file.

This commit is contained in:
Christoph 2017-10-27 03:41:08 +02:00
parent ae00962403
commit 743fac981b

View File

@ -1944,7 +1944,7 @@ fi
## - $CONF['welcome_text'] = <<<EOM ## - $CONF['welcome_text'] = <<<EOM
## - $_welcome_email ## - $WELCOME_MESSAGE
## - EOM; ## - EOM;
## - ## -
echononl "\tCreate welcome message.." echononl "\tCreate welcome message.."
@ -1955,7 +1955,7 @@ if [[ -n "$WELCOME_MESSAGE" ]] ; then
// This message is send to every newly created mailbox. // This message is send to every newly created mailbox.
// Change the text between EOM. // Change the text between EOM.
\$CONF['welcome_text'] = <<<EOM \$CONF['welcome_text'] = <<<EOM
$_welcome_email $WELCOME_MESSAGE
EOM; EOM;
EOF EOF
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then