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