Browse Source

syntax correction

old-stable
harshadyeola 10 years ago
parent
commit
26b9227eee
  1. 2
      src/lib/ee_lib_stack_packages.sh

2
src/lib/ee_lib_stack_packages.sh

@ -6,7 +6,7 @@ function ee_lib_stack_packages()
for ee_stack_package in $@;do for ee_stack_package in $@;do
# Check NGINX installed & install if not # Check NGINX installed & install if not
if [ "$ee_stack_package" = "nginx" ] if [ "$ee_stack_package" = "nginx" ]; then
ee_lib_package_check $EE_NGINX_PACKAGE ee_lib_package_check $EE_NGINX_PACKAGE
if [ "$EE_PACKAGE_NAME" != "" ]; then if [ "$EE_PACKAGE_NAME" != "" ]; then
# The following command creates its own sub-shell # The following command creates its own sub-shell

Loading…
Cancel
Save