mirror of
https://github.com/YunoHost-Apps/cesium_ynh.git
synced 2024-09-03 18:06:25 +02:00
Merge pull request #5 from maniackcrudelis/patch-1
Correction check_process
This commit is contained in:
commit
32ef6859cd
1 changed files with 7 additions and 6 deletions
|
@ -1,10 +1,11 @@
|
|||
## Test complet
|
||||
;; Test complet
|
||||
auto_remove=1
|
||||
# Manifest
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/cesium" (PATH)
|
||||
is_public=1 (PUBLIC|public=Yes|private=No)
|
||||
# Checks
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
|
@ -17,6 +18,6 @@
|
|||
wrong_path=1
|
||||
incorrect_path=1
|
||||
corrupt_source=0
|
||||
fail_download_source=1
|
||||
fail_download_source=0
|
||||
port_already_use=0
|
||||
final_path_already_use=1
|
||||
final_path_already_use=0
|
||||
|
|
Loading…
Reference in a new issue