bug fix: cloudlinux
This commit is contained in:
parent
4a90f7a287
commit
693c38e6c5
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue