From cab5ae44027cef6c9584e0f3885bfe04ea5ab211 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Thu, 16 Oct 2014 16:05:53 +0530 Subject: [PATCH] fixed ee update --- bin/easyengine | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/easyengine b/bin/easyengine index 481b4678..d07995fb 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -886,8 +886,8 @@ elif [ "$EE_FIRST" = "import-slow-log" ];then # EasyEngine update elif [ "$EE_FIRST" = "update" ]; then - ee_lib_echo "Checking EasyEngine(ee) update, please wait..." - wget --no-check-certificate -qO eeup http://rt.cx/eeup && sudo bash eeup + ee_lib_echo "Run following command to update EasyEngine" + ee_lib_echo_info "wget --no-check-certificate -qO eeup http://rt.cx/eeup && sudo bash eeup" else ee_lib_echo "EasyEngine (ee) commands:"