Browse Source

fixed ee update

next
harshadyeola 11 years ago
parent
commit
cab5ae4402
  1. 4
      bin/easyengine

4
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:"

Loading…
Cancel
Save