From 7c7200a93eeb7b4ec1f4573ac3602d804208ab7b Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 16 Jun 2014 13:38:58 +0530 Subject: [PATCH] --amend --- src/modules/system/install/ee_mod_install_nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/system/install/ee_mod_install_nginx.sh b/src/modules/system/install/ee_mod_install_nginx.sh index 817d8c87..485f94bf 100644 --- a/src/modules/system/install/ee_mod_install_nginx.sh +++ b/src/modules/system/install/ee_mod_install_nginx.sh @@ -3,6 +3,6 @@ function ee_mod_install_nginx() { ee_lib_echo "Installing $EE_NGINX_PACKAGE, please wait..." - $EE_APT_GET install $EE_NGINX_PACKAGE | tee -ai EE_COMMAND_LOG \ + $EE_APT_GET install $EE_NGINX_PACKAGE | tee -ai $EE_COMMAND_LOG \ || ee_lib_error "Unable to install $EE_NGINX_PACKAGE, exit status = " $? }