YunoHost-Apps / invoiceninja5_ynh

InvoiceNinja5 package for YunoHost
https://www.invoiceninja.org/
GNU General Public License v3.0
12 stars 7 forks source link

Prevent install script from exploding when password contains a special chars #39

Closed alexAubin closed 2 years ago

alexAubin commented 2 years ago

Problem

cf https://forum.yunohost.org/t/invoiceninja-5-failing-install-on-web-admin/20612

Solution

Wrap var in quotes

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

rndmh3ro commented 2 years ago

Thanks!