Fix error in writing welcome message (WELCOME_MESSAGE) to konfiguration file.
This commit is contained in:
parent
ae00962403
commit
743fac981b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user