From d572ca1cefd8316167e43ebc5adb6348533030dd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 2 Jul 2021 19:36:21 +0200 Subject: [PATCH] Update check_process --- check_process | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/check_process b/check_process index 946bdf9..cfd42c4 100644 --- a/check_process +++ b/check_process @@ -1,15 +1,8 @@ -# See here for more informations -# https://github.com/YunoHost/package_check#syntax-check_process-file - -# Move this file from check_process.default to check_process when you have filled it. - ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/path" (PATH) - is_public=1 (PUBLIC|public=1|private=0) - password="pass" - port="9000" (PORT) + domain="domain.tld" + path="/path" + is_public=1 ; Checks pkg_linter=1 setup_sub_dir=1 @@ -28,4 +21,4 @@ Notification=none ;;; Upgrade options ; commit=bd00c8e3ce43563f33fde073cf36b997c348d05c name=Merge pull request #25 - 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&is_public=1&