]> git.immae.eu Git - github/fretlink/terraform-provider-mailgun.git/blobdiff - scripts/launch-website.sh
add newline and commentary for clarity
[github/fretlink/terraform-provider-mailgun.git] / scripts / launch-website.sh
index a6365655b081646062011ee6d221260ec424934d..ec9e92c8634aa22bea9f2b361938f8a0ad9275e4 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 
+#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
 (sleep 10;
 wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/;