Browse Source

Display message for latest version

old-stable
harshadyeola 11 years ago
parent
commit
161cfad5a9
  1. 2
      bin/eeupdate

2
bin/eeupdate

@ -384,4 +384,6 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
echo
ee_lib_echo "EasyEngine (ee) updated successfully"
fi
else
ee_lib_echo "Latest version ($EE_CURRENT_VERSION) already installed"
fi
Loading…
Cancel
Save