From 6537b7698b27e90599636f572ddaf202ec21a58e Mon Sep 17 00:00:00 2001 From: usmannasir Date: Wed, 24 Jan 2024 11:08:22 +0500 Subject: [PATCH] add improvments for ssl --- CLManager/CageFS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"'