fix backup copy bug

This commit is contained in:
Usman Nasir
2021-03-25 00:11:31 +05:00
parent 1dd7e81ed6
commit c5b9a70642

View File

@@ -376,8 +376,6 @@ class backupUtilities:
command = 'cp -R /home/%s/public_html %s/public_html' % (domainName, tempStoragePath)
ProcessUtilities.executioner(command)
time.sleep(5)
# make_archive(os.path.join(tempStoragePath,"public_html"), 'gztar', os.path.join("/home",domainName,"public_html"))
##