Browse Source

EasyEngine 2.0.1

old-stable v2.0.1
Mitesh Shah 11 years ago
parent
commit
b18155dc53
  1. 6
      bin/update
  2. 2
      src/vendor/ee_ven_remove_wpcli.sh

6
bin/update

@ -383,6 +383,12 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
fi
if [[ $EE_CURRENT_VERSION < 2.0.1 ]]; then
# Lets re-used our functions
# Include library
for ee_include in $(find /usr/local/lib/easyengine/ -iname "*.sh"); do
source $ee_include
done
if [[ $EE_CURRENT_VERSION = 2.0.0 ]]; then
dpkg -l | grep php5-fpm &>> $EE_UPDATE_LOG
if [ $? -eq 0 ]; then

2
src/vendor/ee_ven_remove_wpcli.sh

@ -3,6 +3,6 @@
function ee_ven_remove_wpcli()
{
ee_lib_echo "Removing WP-CLI, please wait..."
rm -rf /usr/local/bin/wp /etc/bash_completion.d/wp-completion.bash \
rm -rf /usr/bin/wp /etc/bash_completion.d/wp-completion.bash \
|| ee_lib_error "Unable to remove WP-CLI, exit status = " $?
}

Loading…
Cancel
Save