add a fix provided by cloudlinux team

This commit is contained in:
usmannasir 2024-10-24 20:10:05 +04:00
parent f392911370
commit e8a1387e6a
1 changed files with 3 additions and 0 deletions

View File

@ -107,6 +107,9 @@ class CageFS:
command = 'yum reinstall -y cloudlinux-venv'
ServerStatusUtil.executioner(command, statusFile)
command = 'systemctl restart lvemanager'
ServerStatusUtil.executioner(command, statusFile)
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
"Important components reinstalled..\n", 1)