ESGF / esgf-installer

ESGF P2P Node Installer
https://esgf.llnl.gov/
Other
20 stars 21 forks source link

Publisher user password incorrect in esg.ini #525

Closed William-Hill closed 5 years ago

William-Hill commented 6 years ago

The edit_esg_ini() updates placeholder values with the intended settings. A sed replacement is being used in a subprocess but it is replacing the password value with a hardcoded string instead of the actual password.

The sed subprocess should be replaced with the replace_string_in_file() function

William-Hill commented 5 years ago

Resolved by #3969d1bb9ee44549034cf33b675f0179feedfb24