Do not send docker container config to stdout (#6083)

pull/6115/head
Thomas Bruederli 7 years ago
parent 90b0cd814a
commit 4255b21ca0

@ -73,7 +73,7 @@ if [[ "$1" == apache2* ]] || [ "$1" == php-fpm ]; then
\$config['log_dir'] = '${ROUNDCUBEMAIL_LOG_DIR}';
\$config['temp_dir'] = '${ROUNDCUBEMAIL_TEMP_DIR}';
\$config['plugins'] = ['${ROUNDCUBEMAIL_PLUGINS_PHP}'];
" | tee config/config.inc.php
" > config/config.inc.php
for fn in `ls /var/roundcube/config/*.php`; do
echo "include('$fn');" >> config/config.inc.php

Loading…
Cancel
Save