From ecda66fa1573d930071a813f8192353f61f690af Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 17 Jul 2021 12:17:15 +0200 Subject: [PATCH] fix --- check_process | 3 +-- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 784162d..7682cc5 100644 --- a/check_process +++ b/check_process @@ -3,7 +3,6 @@ domain="domain.tld" path="/path" is_public=1 - password="pass" ; Checks pkg_linter=1 setup_sub_dir=1 @@ -22,4 +21,4 @@ Notification=none ;;; Upgrade options ; commit=c6a24587ffb139197d6cb5ef83604f4d5d77b1e9 name=add new ligne before EOF... - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& + manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1& diff --git a/manifest.json b/manifest.json index 2a4fe8a..2f1c301 100644 --- a/manifest.json +++ b/manifest.json @@ -47,8 +47,8 @@ "name": "is_public", "type": "boolean", "help": { - "en": "If app is not public, only Yunohost User can acces to it", - "fr": "Si l'application n'est pas publique, seul les utilisateurs de Yunohost y auront accés" + "en": "If the app is not public, only YunoHost users will have access to it", + "fr": "Si l'application n'est pas publique, seul les utilisateurs de YunoHost y auront accés" }, "default": true }