Usman Nasir
2022-07-06 11:38:48 +05:00
parent 0733960029
commit 89c65a9fa3

View File

@@ -369,7 +369,6 @@ class backupUtilities:
from shutil import copytree from shutil import copytree
#copytree('/home/%s/public_html' % domainName, '%s/%s' % (tempStoragePath, 'public_html')) #copytree('/home/%s/public_html' % domainName, '%s/%s' % (tempStoragePath, 'public_html'))
command = f'cp -R /home/{domainName}/public_html {tempStoragePath}/public_html' command = f'cp -R /home/{domainName}/public_html {tempStoragePath}/public_html'