aws-samples / aws-refarch-wordpress

This reference architecture provides best practices and a set of YAML CloudFormation templates for deploying WordPress on AWS.
MIT No Attribution
1.08k stars 601 forks source link

Fix missing carriage return in create_site_conf.sh script #94

Open vc95 opened 1 year ago

vc95 commented 1 year ago

Issue #, if available:

Description of changes: The web init script is bugged as there is no carriage return at the end of some lines and the yum install is missing the -y param to bypass yes/no confirmation.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.