diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index 2e4729b84..e9c2b3d2d 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -184,6 +184,11 @@ def submitinstallImunify(key): ## + ### address issue to create imunify dir - https://app.clickup.com/t/86engx249 + + command = 'mkdri /usr/local/CyberCP/public/imunify' + ProcessUtilities.executioner(command) + command = 'pkill -f "bash i360deploy.sh"' ServerStatusUtil.executioner(command, statusFile) @@ -238,6 +243,11 @@ def submitinstallImunifyAV(): ## + ### address issue to create imunify dir - https://app.clickup.com/t/86engx249 + + command = 'mkdri /usr/local/CyberCP/public/imunifyav' + ProcessUtilities.executioner(command) + command = 'pkill -f "bash imav-deploy.sh"' ServerStatusUtil.executioner(command, statusFile)