Skip to content

Commit 00e23f4

Browse files
committed
fix imunify after upgrade
1 parent 68a076d commit 00e23f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plogical/upgrade.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1375,6 +1375,12 @@ def downloadAndUpgrade(versionNumbring, branch):
13751375

13761376
## Move static files
13771377

1378+
imunifyPath = '/usr/local/CyberCP/public/imunify'
1379+
1380+
if os.path.exists(imunifyPath):
1381+
command = "yum reinstall imunify360-firewall-generic -y"
1382+
Upgrade.executioner(command, command, 1)
1383+
13781384
Upgrade.staticContent()
13791385

13801386
except:

0 commit comments

Comments
 (0)