Skip to content

Commit

Permalink
Update curl test on drupal7-2.
Browse files Browse the repository at this point in the history
  • Loading branch information
serundeputy committed Sep 9, 2018
1 parent f0ad126 commit d40594e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/drupal7-2/README.md
Expand Up @@ -67,8 +67,7 @@ lando ssh -c "mysql -udrupal7 -pdrupal7 -h database -e \'create database if not
lando ssh -c "cd web && drush si --db-url=mysql://drupal7:drupal7@database/drupal7 -y"

# Test that we can visit the homepage
HP="No front page content has been created yet"
lando ssh -c "curl appserver |grep $HP"
lando ssh -c "curl nginx |grep \'No front page content has been created yet\'"
```

Cleanup
Expand Down

0 comments on commit d40594e

Please sign in to comment.