From e7a621dbfecc2c04bda844faf4be07e7a3655972 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 20 Jul 2012 11:25:24 -0300 Subject: Commented command line with hardcoded path --- templates/wordpress.sh.erb | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3