From cfb8a8057f08a11ded9b0599e256668c38fef214 Mon Sep 17 00:00:00 2001 From: usmannasir Date: Thu, 24 Oct 2024 20:09:43 +0400 Subject: [PATCH] add a fix provided by cloudlinux team --- CLManager/CageFS.py | 3 +++ 1 file changed, 3 insertions(+) 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)