diff options
Diffstat (limited to 'templates/wordpress.sh.erb')
-rw-r--r-- | templates/wordpress.sh.erb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |