Browse Source

Fix variable name

old-stable
gau1991 11 years ago
parent
commit
0b943dc36e
  1. 5
      src/modules/system/install/ee_mod_install_nginx.sh

5
src/modules/system/install/ee_mod_install_nginx.sh

@ -2,6 +2,7 @@
function ee_mod_install_nginx()
{
ee_lib_echo "Installing $NGINX_PACKAGE, please wait..."
$EE_APT_GET install $NGINX_PACKAGE || ee_lib_error "Unable to install $NGINX_PACKAGE, exit status = " $?
ee_lib_echo "Installing $EE_NGINX_PACKAGE, please wait..."
$EE_APT_GET install $EE_NGINX_PACKAGE \
|| ee_lib_error "Unable to install $EE_NGINX_PACKAGE, exit status = " $?
}

Loading…
Cancel
Save