forked from extern/egroupware
Don't remove /apps when cleaning up
This commit is contained in:
parent
1c1ee3a25b
commit
7ae230356f
@ -112,6 +112,9 @@ class SharingBase extends LoggedInTest
|
||||
// Remove any mounts
|
||||
foreach($this->mounts as $mount)
|
||||
{
|
||||
// Do not remove /apps
|
||||
if($mount == '/apps') continue;
|
||||
|
||||
Vfs::umount($mount);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user