We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Every file in config/ has a www-data a group but config/config.inc.php.
config/
www-data
config/config.inc.php
root@nicofrand:/var/www/roundcube# ls -la config/ total 96 drwxr-x--- 2 roundcube www-data 4096 Sep 22 12:08 . drwxr-x--- 14 roundcube www-data 4096 Sep 22 09:35 .. -r-------- 1 roundcube roundcube 7163 Sep 22 09:35 config.inc.php -rw-r----- 1 roundcube www-data 2943 Jul 23 2022 config.inc.php.sample -rw-r----- 1 roundcube www-data 63756 Jul 23 2022 defaults.inc.php -rw-r----- 1 roundcube www-data 164 Jul 23 2022 .htaccess -rw-r----- 1 roundcube www-data 2806 Jul 23 2022 mimetypes.php
See https://github.com/YunoHost-Apps/roundcube_ynh/blob/master/scripts/install#L219
config/config.inc.php has the www-data group like done here: https://github.com/YunoHost-Apps/roundcube_ynh/blob/master/scripts/install#L96
root@nicofrand:/var/www/roundcube# ls -la config/ total 96 drwxr-x--- 2 roundcube www-data 4096 Sep 22 12:08 . drwxr-x--- 14 roundcube www-data 4096 Sep 22 09:35 .. -r-------- 1 roundcube www-data 7163 Sep 22 09:35 config.inc.php -rw-r----- 1 roundcube www-data 2943 Jul 23 2022 config.inc.php.sample -rw-r----- 1 roundcube www-data 63756 Jul 23 2022 defaults.inc.php -rw-r----- 1 roundcube www-data 164 Jul 23 2022 .htaccess -rw-r----- 1 roundcube www-data 2806 Jul 23 2022 mimetypes.php
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Every file in
config/
has awww-data
a group butconfig/config.inc.php
.Context
See https://github.com/YunoHost-Apps/roundcube_ynh/blob/master/scripts/install#L219
Expected behavior
config/config.inc.php
has thewww-data
group like done here: https://github.com/YunoHost-Apps/roundcube_ynh/blob/master/scripts/install#L96root@nicofrand:/var/www/roundcube# ls -la config/
total 96
drwxr-x--- 2 roundcube www-data 4096 Sep 22 12:08 .
drwxr-x--- 14 roundcube www-data 4096 Sep 22 09:35 ..
-r-------- 1 roundcube www-data 7163 Sep 22 09:35 config.inc.php
-rw-r----- 1 roundcube www-data 2943 Jul 23 2022 config.inc.php.sample
-rw-r----- 1 roundcube www-data 63756 Jul 23 2022 defaults.inc.php
-rw-r----- 1 roundcube www-data 164 Jul 23 2022 .htaccess
-rw-r----- 1 roundcube www-data 2806 Jul 23 2022 mimetypes.php
The text was updated successfully, but these errors were encountered: