mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Check deviceForFiles
This commit is contained in:
parent
7389c9a5fe
commit
e627cab92e
1 changed files with 3 additions and 0 deletions
|
|
@ -582,6 +582,9 @@ class Deletes extends Action
|
|||
$this->deleteByGroup('_metadata', [], $dbForProject);
|
||||
}
|
||||
|
||||
|
||||
Console::error('deviceForFiles === ' . $deviceForFiles->getRoot());
|
||||
|
||||
// Delete all storage directories
|
||||
$deviceForFiles->delete($deviceForFiles->getRoot(), true);
|
||||
$deviceForFunctions->delete($deviceForFunctions->getRoot(), true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue