In our install and upgrade script, we are using the old ynh_replace_string technique instead of ynh_add_config.
As package linter reported:
Please consider using 'ynh_add_config' to handle config files instead of gazillions of manual cp + 'ynh_replace_string' + chmod
We should switch to that new, cleaner helper.
Help welcome, I have no time to work on this 🙂
In our install and upgrade script, we are using the old
ynh_replace_stringtechnique instead ofynh_add_config.As package linter reported:
We should switch to that new, cleaner helper.
Help welcome, I have no time to work on this 🙂