Always create and chown ROUNDCUBEMAIL_TEMP_DIR
authorDirk Weise <redacted>
Fri, 12 Apr 2019 18:14:10 +0000 (20:14 +0200)
committerGitHub <redacted>
Fri, 12 Apr 2019 18:14:10 +0000 (20:14 +0200)
commit8c85cbb47cb0f2003f35f82d3d8e954cebe4e7a7
tree02b588638cd5b987a155b82e6d3db5aa00f00a08
parentf496bba0c985c4a14bb95c68c7be8007564f999c
Always create and chown ROUNDCUBEMAIL_TEMP_DIR

Create and chown `ROUNDCUBEMAIL_TEMP_DIR` although `config.inc.php` exists.
Reasoning:
1. A new container with `config.inc.php` will not have the default temp folder what will lead to errors even when `$config['temp_dir']` is left at its default value. If the `config.inc.php` specifies a custom one, the admin should now what he is doing and can set `ROUNDCUBEMAIL_TEMP_DIR` accordingly.
2. In a multi server setup a bind mount to `/tmp/roundcube-temp` will get the correct permissions set which will often be `root:root` with `0755` initially.
php-apache/docker-entrypoint.sh
git clone https://git.99rst.org/PROJECT