diff --git a/README.md b/README.md index 1dc246e..939ad1a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ The Sync Server provides a replacement for Firefox’s default server (hosted at By default, a server set up will defer authentication to the Mozilla-hosted accounts server at [https://accounts.firefox.com](https://accounts.firefox.com). So you will still have to authenticate at Mozilla, but _the storage of your information will be done on your host_. -**Shipped version:** 1.9.1~ynh4 +**Shipped version:** 1.9.1~ynh5 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index 8f6e5f2..7d80d86 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Le serveur de synchronisation permet un remplacement du serveur par défaut de F Par défaut, le serveur reporte l'authentification aux serveurs de comptes de Mozilla à https://accounts.firefox.com. vous vous authentifierez donc sur les serveurs de Mozilla, mais _le stockage de vos informations se fera sur votre serveur_. -**Version incluse :** 1.9.1~ynh4 +**Version incluse :** 1.9.1~ynh5 ## Avertissements / informations importantes ## Configuration diff --git a/manifest.json b/manifest.json index bd9436d..b8da6c2 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Mozilla’s Sync-Server to host your Firefox account data", "fr": "Serveur de synchronisation de Mozilla, pour héberger vos données Firefox" }, - "version": "1.9.1~ynh4", + "version": "1.9.1~ynh5", "url": "https://github.com/mozilla-services/syncserver", "upstream": { "license": "MPL-2.0", @@ -26,7 +26,7 @@ "email": "jean-baptiste@holcroft.fr" }], "requirements": { - "yunohost": ">= 11.0.11" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [ diff --git a/scripts/upgrade b/scripts/upgrade index 91ecca3..4d78c0e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -17,7 +17,7 @@ ynh_script_progression --message="Loading installation settings..." app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) -path_url=$(ynh_normalize_url_path --path_url $(ynh_app_setting_get --app $app --key path)) +path_url=$(ynh_app_setting_get --app $app --key path) final_path=$(ynh_app_setting_get --app $app --key=final_path) db_name=$(ynh_app_setting_get --app=$app --key=db_name) secret=$(ynh_app_setting_get --app $app --key=secret)