Browse Source

--amend

old-stable
Mitesh Shah 11 years ago
parent
commit
7c7200a93e
  1. 2
      src/modules/system/install/ee_mod_install_nginx.sh

2
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 = " $?
}

Loading…
Cancel
Save