From 5c828255c93e4cfec80310b0fb85df7e575ace2e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 7 Feb 2013 13:52:27 -0200 Subject: New wp app location --- templates/wordpress.sh.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index 28fbb2a..5d11a41 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -128,7 +128,7 @@ function wordpress_upgrade { # Usage function wordpress_usage { - /usr/local/share/wp-cli/src/bin/wp help + /usr/local/share/wp-cli/bin/wp help echo "" echo "Installation management commands:" echo " wp deploy " @@ -152,5 +152,5 @@ elif [ "$1" == "core" ]; then else # Send all other requests to wp-cli #/usr/local/share/wp-cli/src/bin/wp --path=$BASE/wordpress $* - /usr/local/share/wp-cli/src/bin/wp $* + /usr/local/share/wp-cli/bin/wp $* fi -- cgit v1.2.3