mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
remove not needed function calls
This commit is contained in:
@@ -617,9 +617,9 @@ class FileManager:
|
||||
self.data['newPath'] + '/' + item)
|
||||
ProcessUtilities.executioner(command, website.externalApp)
|
||||
|
||||
self.changeOwner(self.data['newPath'])
|
||||
#self.changeOwner(self.data['newPath'])
|
||||
|
||||
self.fixPermissions(domainName)
|
||||
#self.fixPermissions(domainName)
|
||||
except:
|
||||
|
||||
|
||||
@@ -895,7 +895,7 @@ class FileManager:
|
||||
|
||||
ProcessUtilities.executioner(command, website.externalApp)
|
||||
|
||||
self.fixPermissions(domainName)
|
||||
#self.fixPermissions(domainName)
|
||||
except:
|
||||
|
||||
homePath = '/'
|
||||
|
||||
Reference in New Issue
Block a user