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

View File

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