mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
quiten message if /var/lib/egroupware/*/files/sqlfs does not yet exist
This commit is contained in:
parent
753beb06ac
commit
4937e62179
@ -608,7 +608,7 @@ function fix_perms()
|
||||
// in case update changes something in filesystem
|
||||
if (file_exists($config['data_dir']) && !empty($config['webserver_user']))
|
||||
{
|
||||
system('/bin/chown -R '.$config['webserver_user'].' '.$config['data_dir'].'/*/files/sqlfs');
|
||||
@system('/bin/chown -R '.$config['webserver_user'].' '.$config['data_dir'].'/*/files/sqlfs');
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user