Commit fb997c4f authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Ensure WP-CLI logging goes to stderr

parent e3ff831f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -9,4 +9,4 @@
# installing it as root is idiocy. WP needs to be installed owned by a user
# seperate from the server's user. 'root' is available for such, besides which
# root in a container is not really root.
exec php -d memory_limit=512M /usr/local/lib/wp-cli.phar --allow-root "$@"
exec php -d memory_limit=512M -d display_errors=stderr /usr/local/lib/wp-cli.phar --allow-root "$@"