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

This commit is contained in:
Thomas Bruederli
2017-12-29 13:00:15 +01:00
parent 90b0cd814a
commit 4255b21ca0

View File

@@ -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