bug fix: CP-26

This commit is contained in:
Usman Nasir 2021-10-05 12:40:54 +05:00
parent fb2cd0f535
commit 35bd0a9558
1 changed files with 1 additions and 1 deletions

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)