add a fix provided by cloudlinux team
This commit is contained in:
parent
f392911370
commit
e8a1387e6a
|
|
@ -107,6 +107,9 @@ class CageFS:
|
|||
command = 'yum reinstall -y cloudlinux-venv'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'systemctl restart lvemanager'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
|
||||
"Important components reinstalled..\n", 1)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue