add a fix provided by cloudlinux team
This commit is contained in:
parent
c19762e0e0
commit
2c5cc4e018
|
|
@ -98,6 +98,9 @@ class CageFS:
|
|||
command = 'yum install -y alt-python37-devel'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'yum reinstall -y cloudlinux-venv'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'yum reinstall -y lvemanager lve-utils cagefs'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue