We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a076d commit 00e23f4Copy full SHA for 00e23f4
plogical/upgrade.py
@@ -1375,6 +1375,12 @@ def downloadAndUpgrade(versionNumbring, branch):
1375
1376
## Move static files
1377
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
1384
Upgrade.staticContent()
1385
1386
except:
0 commit comments