From c50670095faf8dc97272aaa115e0eea2ef66caf4 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Tue, 30 Sep 2014 12:59:27 +0530 Subject: [PATCH] minor update --- bin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/easyengine b/bin/easyengine index d4e1c387..28597c8c 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -93,7 +93,7 @@ elif [ "$EE_FIRST" = "stack" ] || [ "$EE_FIRST" = "system" ]; then # Display success message ee_lib_echo "$EE_THIRD successfully installed" - elif [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "admin-tools" ] || [ "$EE_THIRD" = "all" ]; then + elif [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "admin" ] || [ "$EE_THIRD" = "all" ]; then if [ "$EE_THIRD" = "" ] || [ "$EE_THIRD" = "web" ] || [ "$EE_THIRD" = "all" ]; then # Setup NGINX/PHP/MySQL repository ee_mod_repo_nginx