]> gitweb.fluxo.info Git - puppet-wordpress.git/commitdiff
Commented command line with hardcoded path
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Jul 2012 14:25:24 +0000 (11:25 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 20 Jul 2012 14:25:24 +0000 (11:25 -0300)
templates/wordpress.sh.erb

index 02b97e23bf07bb8b69c49563f2c41285d08b1022..41d739fc4e49fff418265bffd5d5e11b293dd1ca 100644 (file)
@@ -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