feature: allow enforce disk limit via packages

This commit is contained in:
Usman Nasir
2021-04-06 00:39:14 +05:00
parent 6756a51333
commit a7aeb1d45b

View File

@@ -342,7 +342,7 @@ class FileManager:
if skipTrash: if skipTrash:
command = 'rm -rf ' + self.returnPathEnclosed(self.data['path'] + '/' + item) command = 'rm -rf ' + self.returnPathEnclosed(self.data['path'] + '/' + item)
ProcessUtilities.outputExecutioner(command, website.externalApp) ProcessUtilities.executioner(command, website.externalApp)
else: else:
trashPath = '%s/.trash' % (self.homePath) trashPath = '%s/.trash' % (self.homePath)