Do not force php install with redis
This commit is contained in:
@@ -190,7 +190,6 @@ class WOStackController(CementBaseController):
|
|||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
if pargs.redis:
|
if pargs.redis:
|
||||||
pargs.php = True
|
|
||||||
if not WOAptGet.is_installed(self, 'redis-server'):
|
if not WOAptGet.is_installed(self, 'redis-server'):
|
||||||
apt_packages = apt_packages + WOVariables.wo_redis
|
apt_packages = apt_packages + WOVariables.wo_redis
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user