From 3a5627cfb9dbe7746a192a7b6de22daf1daeb922 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 5 Nov 2020 23:13:31 +0100 Subject: [PATCH] cleaning up --- README_fr.md | 4 ++-- check_process | 3 +-- manifest.json | 2 +- scripts/restore | 1 - scripts/upgrade | 2 +- 5 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README_fr.md b/README_fr.md index 46bc2f7..b7a73b4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,4 +1,4 @@ -# Laverna pour YunoHost +# Encryptic pour YunoHost [![Integration level](https://dash.yunohost.org/integration/encryptic.svg)](https://dash.yunohost.org/appci/app/encryptic) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/encryptic.maintain.svg) [![Installer Encryptic avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=encryptic) @@ -28,7 +28,7 @@ Comment configurer cette application : via le panneau d'administration, un fichi ## Documentation - * Documentation officielle : Lien vers la documentation officielle de cette application. + * Documentation officielle : https://github.com/encryptic-team/encryptic/wiki * Documentation YunoHost : Si une documentation spécifique est nécessaire, n'hésitez pas à contribuer. ## Caractéristiques spécifiques YunoHost diff --git a/check_process b/check_process index 23c0f52..dee5978 100644 --- a/check_process +++ b/check_process @@ -7,7 +7,6 @@ ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - admin="john" (USER) is_public=1 (PUBLIC|public=1|private=0) ; Checks pkg_linter=1 @@ -30,5 +29,5 @@ Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1& + manifest_arg=domain=DOMAIN&path=PATH&is_public=1& diff --git a/manifest.json b/manifest.json index e60215c..09640e9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "id": "encryptic", "packaging_format": 1, "description": { - "en": "open-source note-taking application heavily focused on encryption.", + "en": "Open-source note-taking application heavily focused on encryption.", "fr": "Application de prise de notes open source axée sur le cryptage." }, "version": "0.1.0~ynh1", diff --git a/scripts/restore b/scripts/restore index cc6ffb1..ae90655 100755 --- a/scripts/restore +++ b/scripts/restore @@ -12,7 +12,6 @@ source /usr/share/yunohost/helpers # MANAGE SCRIPT FAILURE #================================================= -# Exit if an error occurs during the execution of the script ynh_abort_if_errors #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index 6f9529b..4decc37 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ fi #================================================= # BACKUP BEFORE UPGRADE THEN ACTIVE TRAP #================================================= -ynh_script_progression --message="Backing up Encryptic before upgrading (may take a while)..." --weight=3 +ynh_script_progression --message="Backing up Encryptic before upgrading..." --weight=3 # Backup the current version of the app ynh_backup_before_upgrade