mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 22:06:05 +01:00
bug fix imunify360 issue: https://github.com/usmannasir/cyberpanel/issues/1062
This commit is contained in:
@@ -218,11 +218,17 @@ ui_path_owner = lscpd:lscpd
|
||||
|
||||
##
|
||||
|
||||
command = 'pkill -f "bash imav-deploy.sh"'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
if not os.path.exists('imav-deploy.sh'):
|
||||
command = 'wget https://repo.imunify360.cloudlinux.com/defence360/imav-deploy.sh'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'bash imav-deploy.sh'
|
||||
command = 'bash imav-deploy.sh --uninstall --yes'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
command = 'bash imav-deploy.sh --yes'
|
||||
ServerStatusUtil.executioner(command, statusFile)
|
||||
|
||||
logging.CyberCPLogFileWriter.statusWriter(ServerStatusUtil.lswsInstallStatusPath,
|
||||
|
||||
Reference in New Issue
Block a user