Skip to content

Commit

Permalink
add a fix provided by cloudlinux team
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Oct 24, 2024
1 parent f392911 commit e8a1387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CLManager/CageFS.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ def submitCageFSInstall():
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)

Expand Down

0 comments on commit e8a1387

Please sign in to comment.