mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
bug fix: cloudlinux
This commit is contained in:
@@ -93,7 +93,7 @@ class CageFS:
|
|||||||
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
|
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
|
||||||
"Reinstalling important components ..\n", 1)
|
"Reinstalling important components ..\n", 1)
|
||||||
|
|
||||||
command = 'yum install -y lvemanager alt-python37-devel'
|
command = 'yum install -y alt-python37-devel'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
command = 'yum reinstall -y lvemanager lve-utils cagefs'
|
command = 'yum reinstall -y lvemanager lve-utils cagefs'
|
||||||
|
|||||||
Reference in New Issue
Block a user