We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a90f7a commit 693c38eCopy full SHA for 693c38e
CLManager/CageFS.py
@@ -93,7 +93,7 @@ def submitCageFSInstall():
93
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
94
"Reinstalling important components ..\n", 1)
95
96
- command = 'yum install -y lvemanager alt-python37-devel'
+ command = 'yum install -y alt-python37-devel'
97
ServerStatusUtil.executioner(command, statusFile)
98
99
command = 'yum reinstall -y lvemanager lve-utils cagefs'
0 commit comments