bug fix: for imunify install ref: https://app.clickup.com/t/86engx249

This commit is contained in:
usmannasir
2024-01-24 08:41:15 +05:00
parent a8387cda39
commit 1271eebd82

View File

@@ -184,6 +184,11 @@ pattern_to_watch = ^/home/.+?/(public_html|public_ftp|private_html)(/.*)?$
##
### 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 @@ ui_path_owner = lscpd:lscpd
##
### 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)