diff --git a/src/lib/ee_lib_stack_packages.sh b/src/lib/ee_lib_stack_packages.sh index 619f4475..a75f18b3 100644 --- a/src/lib/ee_lib_stack_packages.sh +++ b/src/lib/ee_lib_stack_packages.sh @@ -6,7 +6,7 @@ function ee_lib_stack_packages() for ee_stack_package in $@;do # Check NGINX installed & install if not - if [ "$ee_stack_package" = "nginx" ] + if [ "$ee_stack_package" = "nginx" ]; then ee_lib_package_check $EE_NGINX_PACKAGE if [ "$EE_PACKAGE_NAME" != "" ]; then # The following command creates its own sub-shell