From a74a6c81dad4066765a43b938710e88be78ec7c2 Mon Sep 17 00:00:00 2001 From: harshadyeola Date: Mon, 13 Oct 2014 15:02:25 +0530 Subject: [PATCH] Updated EasyEngine update command message --- bin/easyengine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/easyengine b/bin/easyengine index be8a4718..3120bb3d 100644 --- a/bin/easyengine +++ b/bin/easyengine @@ -886,7 +886,7 @@ elif [ "$EE_FIRST" = "import-slow-log" ];then # EasyEngine update elif [ "$EE_FIRST" = "update" ]; then - ee_lib_echo "Updating EasyEngine (ee), please wait..." + ee_lib_echo "Checking EasyEngine(ee) update, please wait..." wget --no-check-certificate -qO eeup http://rt.cx/eeup && sudo bash eeup else