mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
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
|
// Remove any mounts
|
||||||
foreach($this->mounts as $mount)
|
foreach($this->mounts as $mount)
|
||||||
{
|
{
|
||||||
|
// Do not remove /apps
|
||||||
|
if($mount == '/apps') continue;
|
||||||
|
|
||||||
Vfs::umount($mount);
|
Vfs::umount($mount);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user