Skip to content

Commit b18155d

Browse files
committed
EasyEngine 2.0.1
1 parent fa77868 commit b18155d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

bin/update

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,12 @@ if [[ $EE_CURRENT_VERSION < $EE_LATEST_VERSION ]]; then
383383
fi
384384

385385
if [[ $EE_CURRENT_VERSION < 2.0.1 ]]; then
386+
# Lets re-used our functions
387+
# Include library
388+
for ee_include in $(find /usr/local/lib/easyengine/ -iname "*.sh"); do
389+
source $ee_include
390+
done
391+
386392
if [[ $EE_CURRENT_VERSION = 2.0.0 ]]; then
387393
dpkg -l | grep php5-fpm &>> $EE_UPDATE_LOG
388394
if [ $? -eq 0 ]; then

src/vendor/ee_ven_remove_wpcli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
function ee_ven_remove_wpcli()
44
{
55
ee_lib_echo "Removing WP-CLI, please wait..."
6-
rm -rf /usr/local/bin/wp /etc/bash_completion.d/wp-completion.bash \
6+
rm -rf /usr/bin/wp /etc/bash_completion.d/wp-completion.bash \
77
|| ee_lib_error "Unable to remove WP-CLI, exit status = " $?
88
}

0 commit comments

Comments
 (0)