File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 33function 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}
You can’t perform that action at this time.
0 commit comments