add a fix provided by cloudlinux team

This commit is contained in:
usmannasir
2024-10-24 19:38:48 +04:00
parent c19762e0e0
commit 2c5cc4e018

View File

@@ -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)