bug fix: CP-26

This commit is contained in:
Usman Nasir
2021-10-05 11:28:04 +05:00
parent 431dd4e4ce
commit ea9794a17d
4 changed files with 29 additions and 5 deletions

View File

@@ -674,6 +674,9 @@ class preFlightsChecks:
command = 'sysctl --system'
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
command = 'chmod 700 %s' % ('/home/cyberpanel')
preFlightsChecks.call(command, self.distro, command, command, 1, 0, os.EX_OSERR)
###
def install_unzip(self):