diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-08 17:03:52 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-08 17:03:52 +0200 |
commit | 1547d54fbe648764c6a94a0084ca7126c8811668 (patch) | |
tree | 174caa614a87fcad0b6f87200ee1fd0a90286b2a | |
parent | 553ab86c68fc857262ffe9fe23e6679864ba7c16 (diff) | |
parent | 326af631a8ff605fd340704cf613778323320c96 (diff) | |
download | terraform-provider-mailgun-1547d54fbe648764c6a94a0084ca7126c8811668.tar.gz terraform-provider-mailgun-1547d54fbe648764c6a94a0084ca7126c8811668.tar.zst terraform-provider-mailgun-1547d54fbe648764c6a94a0084ca7126c8811668.zip |
Merge branch 'add_github_pages' of github.com:fretlink/terraform-provider-mailgun into add_github_pages
-rwxr-xr-x | scripts/launch-website.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh index ec9e92c..dda894d 100755 --- a/scripts/launch-website.sh +++ b/scripts/launch-website.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | 2 | ||
3 | #the sleep and the subquery & are here to ensure that wget is called after make website have done its work so that the website is gotten correctly | 3 | # sleep and the sub-command are there to make sure wget is called *after* `make website` has started. This ensures the website to be fetched correctly. |
4 | (sleep 10; | 4 | (sleep 10; |
5 | wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/; | 5 | wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/; |
6 | 6 | ||