mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-24 08:46:56 +01:00
Do not send docker container config to stdout (#6083)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user