From 9a771ec48c5cc3e6075c378c9bb7db21804ebe5e Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Fri, 17 Oct 2014 15:24:45 +0530 Subject: [PATCH] Removed extra check for wp-cli as now ee site create already install all the required packages --- bin/easyengine | 3 --- 1 file changed, 3 deletions(-) diff --git a/bin/easyengine b/bin/easyengine index d07995fb..16a8d2cb 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -444,9 +444,6 @@ elif [ "$EE_FIRST" = "site" ]; then ee_lib_echo_info "Successfully Created New Website: http://$EE_WWW_DOMAIN" elif [ "$EE_SITE_CREATE_OPTION" = "--wp" ] || [ "$EE_SITE_CREATE_OPTION" = "--wpsubdir" ] || [ "$EE_SITE_CREATE_OPTION" = "--wpsubdomain" ]; then if [ "$EE_SITE_CACHE_OPTION" = "--basic" ] || [ "$EE_SITE_CACHE_OPTION" = "--wpsc" ] || [ "$EE_SITE_CACHE_OPTION" = "--w3tc" ] || [ "$EE_SITE_CACHE_OPTION" = "--wpfc" ]; then - # Cross check WP-CLI installed or not - wp --allow-root --info &>> $EE_COMMAND_LOG \ - || ee_lib_error "WP-CLI not found, exit status = " $? # Configure variable EE_NGINX_CONF=$(echo $EE_SITE_CREATE_OPTION | cut -c3-)/$(echo $EE_SITE_CACHE_OPTION | cut -c3-).conf