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

This commit is contained in:
Christoph 2017-10-27 03:44:56 +02:00
parent 309df07e84
commit 1e3bcd35ef

View File

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