From: Silvio Rhatto Date: Fri, 20 Jul 2012 14:25:24 +0000 (-0300) Subject: Commented command line with hardcoded path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e7a621dbfecc2c04bda844faf4be07e7a3655972;p=puppet-wordpress.git Commented command line with hardcoded path --- diff --git a/templates/wordpress.sh.erb b/templates/wordpress.sh.erb index 02b97e2..41d739f 100644 --- a/templates/wordpress.sh.erb +++ b/templates/wordpress.sh.erb @@ -151,5 +151,6 @@ elif [ "$1" == "core" ]; then echo "Please use deploy or upgrade instead." else # Send all other requests to wp-cli + #/usr/local/share/wp-cli/src/bin/wp --path=<%= wordpress_folder %> $* /usr/local/share/wp-cli/src/bin/wp $* fi