bug fix: compressArchive

This commit is contained in:
Usman Nasir
2020-07-21 14:21:58 +05:00
parent 0abcc8ebeb
commit 6761e83c0e
2 changed files with 2 additions and 8 deletions

View File

@@ -250,13 +250,6 @@ class virtualHostUtilities:
if dkimCheck == 1:
DNS.createDKIMRecords(virtualHostName)
# cageFSPath = '/home/cyberpanel/cagefs'
#
# if os.path.exists(cageFSPath):
# command = '/usr/sbin/cagefsctl --enable %s' % (virtualHostUser)
# ProcessUtilities.normalExecutioner(command)
CLPath = '/etc/sysconfig/cloudlinux'
if os.path.exists(CLPath):