diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index d5b6939ab..f64e08626 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -104,6 +104,9 @@ class CageFS: command = 'yum reinstall -y lvemanager lve-utils cagefs' ServerStatusUtil.executioner(command, statusFile) + command = 'yum reinstall -y cloudlinux-venv' + ServerStatusUtil.executioner(command, statusFile) + logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath, "Important components reinstalled..\n", 1)