bug fix: CP-26

This commit is contained in:
Usman Nasir
2021-10-05 12:40:54 +05:00
parent 7b97e2497c
commit 75a7e2ff20

View File

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