diff --git a/CLManager/CageFS.py b/CLManager/CageFS.py index 83713bb45..779b63108 100644 --- a/CLManager/CageFS.py +++ b/CLManager/CageFS.py @@ -256,9 +256,6 @@ ui_path_owner = lscpd:lscpd ### address issue to create imunify dir - https://app.clickup.com/t/86engx249 - command = 'mkdir /usr/local/CyberCP/public/imunifyav' - ProcessUtilities.executioner(command) - command = 'pkill -f "bash imav-deploy.sh"' ServerStatusUtil.executioner(command, statusFile) @@ -269,6 +266,9 @@ ui_path_owner = lscpd:lscpd command = 'bash imav-deploy.sh --uninstall --yes' ServerStatusUtil.executioner(command, statusFile) + command = 'mkdir -p /usr/local/CyberCP/public/imunifyav' + ServerStatusUtil.executioner(command, statusFile) + command = 'bash imav-deploy.sh --yes' ServerStatusUtil.executioner(command, statusFile)