YunoHost / package_linter

Linter for YunoHost applications packages
https://yunohost.org/#/packaging_apps
GNU Affero General Public License v3.0
17 stars 13 forks source link

Fix bad_ynh_exec_syntax #135

Closed OniriCorpe closed 4 months ago

OniriCorpe commented 4 months ago

! (Requires Yunohost 4.3) When using ynhexec*, please don't wrap your command between quotes (typically DONT write ynh_exec_warn_less 'foo --bar --baz')

yeah but i don't:

ynh_exec_warn_less "$install_dir/script/convos" install

so adjusting the regex to check if the line also finishes with a quoting mark