mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-09 06:46:10 +01:00
add a fix provided by cloudlinux team
This commit is contained in:
@@ -98,6 +98,9 @@ class CageFS:
|
|||||||
command = 'yum install -y alt-python37-devel'
|
command = 'yum install -y alt-python37-devel'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
|
command = 'yum reinstall -y cloudlinux-venv'
|
||||||
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
command = 'yum reinstall -y lvemanager lve-utils cagefs'
|
command = 'yum reinstall -y lvemanager lve-utils cagefs'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user