catchpoint / WebPageTest.agent-install

Automated scripts for installing dedicated wptagent instances
Apache License 2.0
10 stars 25 forks source link

Do not append to existing config files but create new file for idempotence #4

Closed phanect closed 4 years ago

phanect commented 4 years ago

With this PR, the Ubuntu installation script would be more idempotent. The scripts install new config files instead of appending new lines to the existing config files.

Related: WPO-Foundation/wptagent#341