diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index f64e08626..83713bb45 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -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)