Also exclude __apps
Workaround for https://github.com/owncloud/updater/issues/331 for 9.0.2
This commit is contained in:
parent
1087385cae
commit
590ed3edda
|
@ -44,6 +44,7 @@ class ExcludeFoldersByPathFilterIterator extends \RecursiveFilterIterator {
|
||||||
// See https://github.com/owncloud/updater/issues/318#issuecomment-212497846
|
// See https://github.com/owncloud/updater/issues/318#issuecomment-212497846
|
||||||
rtrim($root . '/updater', '/'),
|
rtrim($root . '/updater', '/'),
|
||||||
rtrim($root . '/_oc_upgrade', '/'),
|
rtrim($root . '/_oc_upgrade', '/'),
|
||||||
|
rtrim($root . '/__apps', '/'),
|
||||||
];
|
];
|
||||||
$customDataDir = \OC::$server->getConfig()->getSystemValue('datadirectory', '');
|
$customDataDir = \OC::$server->getConfig()->getSystemValue('datadirectory', '');
|
||||||
if($customDataDir !== '') {
|
if($customDataDir !== '') {
|
||||||
|
|
Loading…
Reference in New Issue