Loading scripts/wp.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 "$@" Loading
scripts/wp.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 "$@"