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

@@ -2107,6 +2107,9 @@ echo $oConfig->Save() ? 'Done' : 'Error';
command = 'sysctl --system'
Upgrade.executioner(command, 0)
command = 'chmod 700 %s' % ('/home/cyberpanel')
Upgrade.executioner(command, 0)
Upgrade.stdOut("Permissions updated.")
except BaseException as msg: