File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1373,14 +1373,6 @@ def downloadAndUpgrade(versionNumbring, branch):
1373
1373
1374
1374
Upgrade .stdOut ('Settings file restored!' )
1375
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
1376
Upgrade .staticContent ()
1385
1377
1386
1378
except :
@@ -2113,6 +2105,14 @@ def upgrade(branch):
2113
2105
Upgrade .installCLScripts ()
2114
2106
Upgrade .runSomeImportantBash ()
2115
2107
2108
+ ## Move static files
2109
+
2110
+ imunifyPath = '/usr/local/CyberCP/public/imunify'
2111
+
2112
+ if os .path .exists (imunifyPath ):
2113
+ command = "yum reinstall imunify360-firewall-generic -y"
2114
+ Upgrade .executioner (command , command , 1 )
2115
+
2116
2116
Upgrade .stdOut ("Upgrade Completed." )
2117
2117
2118
2118
You can’t perform that action at this time.
0 commit comments