From cb088d7bf2f1bfc0f442acf376a12cd41c6af1ec Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 24 Oct 2021 12:06:57 +0200 Subject: [PATCH] Update check_process --- check_process | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) diff --git a/check_process b/check_process index 650d796..2683486 100644 --- a/check_process +++ b/check_process @@ -1,19 +1,15 @@ # See here for more information # 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) - admin="john" (USER) - language="fr" - is_public=1 (PUBLIC|public=1|private=0) - password="pass" - port="666" (PORT) ; pre-install sudo yunohost app install https://github.com/tituspijean/zerotier_ynh --force + ; Manifest + domain="domain.tld" + path="/" + admin="john" + is_public=1 + password="pass" ; Checks pkg_linter=1 setup_sub_dir=0 @@ -27,12 +23,6 @@ multi_instance=0 port_already_use=0 change_url=1 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto -;;; Options -Email= -Notification=none ;;; Upgrade options ; commit=CommitHash name=Name and date of the commit.