bug fix: CP-26

This commit is contained in:
Usman Nasir
2021-10-05 12:40:54 +05:00
parent fb2cd0f535
commit 35bd0a9558

View File

@@ -641,7 +641,7 @@ class FileManager:
return self.ajaxPre(0, 'Not allowed to move in this path, please choose location inside home!') return self.ajaxPre(0, 'Not allowed to move in this path, please choose location inside home!')
command = 'cp ' + self.returnPathEnclosed( command = 'cp ' + self.returnPathEnclosed(
'/home/cyberpanel/media/' + RanddomFileName) + ' ' + self.returnPathEnclosed( UploadPath + RanddomFileName) + ' ' + self.returnPathEnclosed(
self.data['completePath'] + '/' + myfile.name) self.data['completePath'] + '/' + myfile.name)
ProcessUtilities.executioner(command, website.externalApp) ProcessUtilities.executioner(command, website.externalApp)