YunoHost-Apps / wallabag2_ynh

Wallabag v2 package for YunoHost
https://www.wallabag.org/
GNU Affero General Public License v3.0
62 stars 14 forks source link

Packaging improvement : use ynh_add_config helper #149

Open lapineige opened 2 years ago

lapineige commented 2 years ago

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 :slightly_smiling_face: