mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-17 22:00:52 +02:00
bug fix: CP-26
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user