add a fix provided by cloudlinux team

This commit is contained in:
usmannasir
2024-10-24 20:09:43 +04:00
parent 2c5cc4e018
commit f392911370

View File

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