Add wprocket to cache list

This commit is contained in:
VirtuBox
2019-08-13 03:46:15 +02:00
parent ae29362823
commit 1dc564f94e
4 changed files with 15 additions and 31 deletions

View File

@@ -1098,7 +1098,7 @@ def detSitePar(opts):
if val and key in ['html', 'php', 'mysql', 'wp',
'wpsubdir', 'wpsubdomain', 'php73']:
typelist.append(key)
elif val and key in ['wpfc', 'wpsc', 'wpredis']:
elif val and key in ['wpfc', 'wpsc', 'wpredis', 'wprocket']:
cachelist.append(key)
if len(typelist) > 1 or len(cachelist) > 1: