From 693c38e6c5481b90c5734ce4155e31239e654197 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 1 Dec 2020 15:52:27 +0500 Subject: [PATCH] bug fix: cloudlinux --- CLManager/CageFS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index e42de14a8..17713a6b8 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -93,7 +93,7 @@ class CageFS: logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath, "Reinstalling important components ..\n", 1) - command = 'yum install -y lvemanager alt-python37-devel' + command = 'yum install -y alt-python37-devel' ServerStatusUtil.executioner(command, statusFile) command = 'yum reinstall -y lvemanager lve-utils cagefs'