|
|
@ -802,8 +802,8 @@ elif [ "$EE_FIRST" = "import-slow-log" ];then |
|
|
|
|
|
|
|
# EasyEngine update |
|
|
|
elif [ "$EE_FIRST" = "update" ]; then |
|
|
|
ee_lib_echo "Please set/use following alias to update EasyEngine (ee)" |
|
|
|
echo "alias eeupdate=\"wget -qO eeup http://rt.cx/eeup && sudo bash eeup\"" |
|
|
|
ee_lib_echo "Updating EasyEngine (ee), please wait..." |
|
|
|
wget --no-check-certificate -qO eeup http://rt.cx/eeup && sudo bash eeup |
|
|
|
|
|
|
|
else |
|
|
|
ee_lib_echo "EasyEngine (ee) commands:" |
|
|
|