Skip to content

Commit

Permalink
add improvments for ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Jan 24, 2024
1 parent 317b5f1 commit 6537b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CLManager/CageFS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"'
Expand Down Expand Up @@ -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"'
Expand Down

0 comments on commit 6537b76

Please sign in to comment.