1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Add check_process

This commit is contained in:
Josue-T 2017-02-18 11:34:02 +01:00 committed by GitHub
parent 841d9c921f
commit 4afffe699b

View file

@ -1,13 +1,11 @@
;; Test complet ;; General
auto_remove=1 auto_remove=1
# Commentaire ignoré
; Manifest ; Manifest
domain="domain.tld" (DOMAIN) domain="$DOMAIN" (DOMAIN)
path="/path" (PATH) path="$PATH" (PATH)
admin="john" (USER) default_home_server="matrix.org"
language="fr" is_public=1 (PUBLIC|public=1|private=0)
is_public="Yes" (PUBLIC|public=Yes|private=No)
password="pass" (PASSWORD)
port="666" (PORT)
; Checks ; Checks
pkg_linter=1 pkg_linter=1
setup_sub_dir=1 setup_sub_dir=1
@ -16,12 +14,23 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
backup_restore=1 backup_restore=0
multi_instance=1 multi_instance=1
wrong_user=1 wrong_user=1
wrong_path=1 wrong_path=1
incorrect_path=1 incorrect_path=1
corrupt_source=0 corrupt_source=1
fail_download_source=0 fail_download_source=1
port_already_use=1 port_already_use=0 (XXXX)
final_path_already_use=0 final_path_already_use=1
;;; Levels
Level 1=auto
Level 2=auto
Level 3=auto
Level 4=0
Level 5=auto
Level 6=auto
Level 7=auto
Level 8=0
Level 9=0
Level 10=0