From: Silvio Rhatto Date: Thu, 7 Feb 2013 15:52:27 +0000 (-0200) Subject: New wp app location X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=5c828255c93e4cfec80310b0fb85df7e575ace2e;p=puppet-wordpress.git New wp app location --- 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