From d551502f9e2072658fc6ab4e28dba5f842cbb54e Mon Sep 17 00:00:00 2001 From: Prabuddha Chakraborty Date: Wed, 10 Feb 2016 18:52:58 +0530 Subject: [PATCH] Fix EEvariable php7 issue --- ee/cli/plugins/site_functions.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ee/cli/plugins/site_functions.py b/ee/cli/plugins/site_functions.py index 82b45554..377e3bb1 100644 --- a/ee/cli/plugins/site_functions.py +++ b/ee/cli/plugins/site_functions.py @@ -846,7 +846,7 @@ def site_package_check(self, stype): Log.debug(self, "Setting apt_packages variable for HHVM") if not EEAptGet.is_installed(self, 'php7.0-fpm'): - apt_packages = apt_packages + EEVariables.php7 + apt_packages = apt_packages + EEVariables.ee_php7_0 if os.path.isdir("/etc/nginx/common") and (not os.path.isfile("/etc/nginx/common/php7.conf")): @@ -1460,7 +1460,3 @@ def archivedCertificateHandle(self,domain,ee_wp_email): .format(domain)) return ssl - - - -