Browse Source

Merge branch 'feature/redis' of github.com:rtCamp/easyengine into feature/redis

release/v3.3.0
gau1991 10 years ago
parent
commit
b9a1ba0caf
  1. 2
      ee/cli/plugins/stack.py

2
ee/cli/plugins/stack.py

@ -1560,8 +1560,6 @@ class EEStackController(CementBaseController):
if not EEAptGet.is_installed(self, 'redis-server'):
if not EEAptGet.is_installed(self, 'nginx-custom'):
self.app.pargs.nginx = True
if not EEAptGet.is_installed(self, 'php5-fpm'):
self.app.pargs.php = True
apt_packages = apt_packages + EEVariables.ee_redis
else:
Log.info(self, "Redis already installed")

Loading…
Cancel
Save