From 3d753aaaad648554b503f0e5c6a22d7079ca9d57 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 9 Aug 2022 19:06:16 +0200 Subject: [PATCH 1/2] Prevent install script from exploding when password contains a special char --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index a342c19..1751443 100755 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ ynh_script_progression --message="Building the application..." pushd "$final_path" # Run the database migrations and initially fill the db php$phpversion artisan migrate:fresh --seed --no-interaction --verbose --force - php$phpversion artisan ninja:create-account --email $email --password $password --no-interaction --verbose + php$phpversion artisan ninja:create-account --email $email --password "$password" --no-interaction --verbose php$phpversion artisan optimize --no-interaction --verbose php$phpversion artisan view:clear php$phpversion artisan cache:clear From d553b939d975424066825bdeb490ac1b2ce145e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Aug 2022 17:06:18 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9d67d9..20a0d53 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Create and email invoices, track payments, expenses, and time tasks **Shipped version:** 5.5.2~ynh1 + **Demo:** https://app.invoiceninja.com/dashboard ## Screenshots diff --git a/README_fr.md b/README_fr.md index 131a22a..699b415 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires -**Version incluse :** 5.5.2~ynh1 +**Version incluse :** 5.5.2~ynh1 + **Démo :** https://app.invoiceninja.com/dashboard