Skip to content

Commit

Permalink
Testing WP_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo authored Mar 8, 2019
1 parent cf56fae commit ee92968
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/install-wordpress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ fi
# Configure site constants.
echo -e $(status_message "Configuring site constants...")
docker-compose $DOCKER_COMPOSE_FILE_OPTIONS run --rm -u 33 $CLI config set WP_DEBUG true --quiet
WP_DEBUG=$(docker-compose $DOCKER_COMPOSE_FILE_OPTIONS run -T --rm -u 33 $CLI config get WP_DEBUG)
echo -e $(status_message "WP_DEBUG: $WP_DEBUG...")

# Activate Gutenberg.
echo -e $(status_message "Activating Gutenberg...")
Expand Down

0 comments on commit ee92968

Please sign in to comment.