fix backup copy bug

This commit is contained in:
Usman Nasir
2021-03-25 00:11:31 +05:00
parent 0de6fd46e0
commit 4c07893075

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"))
##