Skip to content

Commit 693c38e

Browse files
committed
bug fix: cloudlinux
1 parent 4a90f7a commit 693c38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLManager/CageFS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def submitCageFSInstall():
9393
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
9494
"Reinstalling important components ..\n", 1)
9595

96-
command = 'yum install -y lvemanager alt-python37-devel'
96+
command = 'yum install -y alt-python37-devel'
9797
ServerStatusUtil.executioner(command, statusFile)
9898

9999
command = 'yum reinstall -y lvemanager lve-utils cagefs'

0 commit comments

Comments
 (0)