Hi everybody,
our Espo logs in /data/logs/ are created each day with wrong owner permissions. The owner should be "espouser:espogroup" but it is "root:root".
helps till the next day.
The default permissions in "/data/config.php" are correct:
What could be the problem?
Best, Daniel
our Espo logs in /data/logs/ are created each day with wrong owner permissions. The owner should be "espouser:espogroup" but it is "root:root".
Code:
chown -R espouser:espogroup /data/logs
The default permissions in "/data/config.php" are correct:
Code:
'defaultPermissions' => [ 'user' => 10001, 'group' => 1003 ],
Best, Daniel
Comment