Browse Source

Redirect copy files output in update.log file

old-stable
Mitesh Shah 11 years ago
parent
commit
274bf1d162
  1. 2
      bin/eeupdate

2
bin/eeupdate

@ -375,7 +375,7 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
# Enable EasyEngine (ee) auto completion
echo
ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_INSTALL_LOG
ee_lib_echo "For EasyEngine (ee) auto completion, run the following command" | tee -ai $EE_UPDATE_LOG
ee_lib_echo_info "source /etc/bash_completion.d/ee" | tee -ai $EE_UPDATE_LOG
echo
ee_lib_echo "EasyEngine (ee) updated successfully"

Loading…
Cancel
Save