We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In our install and upgrade script, we are using the old ynh_replace_string technique instead of ynh_add_config.
ynh_replace_string
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 🙂
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In our install and upgrade script, we are using the old
ynh_replace_string
technique 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 🙂
The text was updated successfully, but these errors were encountered: