mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-21 15:02:08 +01:00
bug fix immunify360 on upgrade
This commit is contained in:
@@ -3613,6 +3613,12 @@ pm.max_spare_servers = 3
|
||||
command = 'chmod +x /usr/local/CyberCP/public/imunifyav/bin/execute.py'
|
||||
Upgrade.executioner(command, command, 1)
|
||||
|
||||
imfExecutePath = '/usr/local/CyberCP/public/imunify/bin/execute.py'
|
||||
if os.path.exists(imfExecutePath):
|
||||
command = f'chmod 755 {imfExecutePath}'
|
||||
Upgrade.executioner(command, command, 0)
|
||||
|
||||
|
||||
Upgrade.installDNS_CyberPanelACMEFile()
|
||||
|
||||
Upgrade.stdOut("Upgrade Completed.")
|
||||
|
||||
Reference in New Issue
Block a user