diff --git a/examples/drupal-mysql8/README.md b/examples/drupal-mysql8/README.md index c815028..fc3d39c 100644 --- a/examples/drupal-mysql8/README.md +++ b/examples/drupal-mysql8/README.md @@ -56,6 +56,7 @@ cd mysql8 lando artisan env # Should use the defauly mysql8 config file +cd mysql8 lando ssh -s database -c "cat /opt/bitnami/mysql/conf/my_custom.cnf" | grep "LANDODRUPALMYSQL8CNF" lando mysql -u root -e "show variables;" | grep innodb_lock_wait_timeout | grep 127 ``` diff --git a/examples/drupal-nginx/README.md b/examples/drupal-nginx/README.md index 3ce92e4..ac92bd0 100644 --- a/examples/drupal-nginx/README.md +++ b/examples/drupal-nginx/README.md @@ -35,7 +35,6 @@ lando php -v | grep "PHP 7.4" # Should load the correct default nginx config lando ssh -s appserver_nginx -c "cat /opt/bitnami/nginx/conf/vhosts/lando.conf" | grep "LANDODRUPALNGINXCONF" -lando ssh -s appserver_nginx -c "cat /opt/bitnami/nginx/conf/vhosts/lando.conf" | grep "WordPress single site rules." ``` Destroy tests