mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-04 20:36:07 +01:00
bug fix in imunify
This commit is contained in:
@@ -256,9 +256,6 @@ ui_path_owner = lscpd:lscpd
|
|||||||
|
|
||||||
### address issue to create imunify dir - https://app.clickup.com/t/86engx249
|
### 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"'
|
command = 'pkill -f "bash imav-deploy.sh"'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
@@ -269,6 +266,9 @@ ui_path_owner = lscpd:lscpd
|
|||||||
command = 'bash imav-deploy.sh --uninstall --yes'
|
command = 'bash imav-deploy.sh --uninstall --yes'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
|
command = 'mkdir -p /usr/local/CyberCP/public/imunifyav'
|
||||||
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
command = 'bash imav-deploy.sh --yes'
|
command = 'bash imav-deploy.sh --yes'
|
||||||
ServerStatusUtil.executioner(command, statusFile)
|
ServerStatusUtil.executioner(command, statusFile)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user