mirror of
https://github.com/YunoHost-Apps/sogo_ynh.git
synced 2024-09-03 20:26:07 +02:00
Update check_process
This commit is contained in:
parent
6dc8a249a2
commit
eebce77031
1 changed files with 4 additions and 8 deletions
|
@ -5,12 +5,10 @@
|
|||
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld" (DOMAIN)
|
||||
path="/SOGo" (PATH)
|
||||
admin="john" (USER)
|
||||
language="French"
|
||||
is_public=1 (PUBLIC|public=1|private=0)
|
||||
port="20000" (PORT)
|
||||
domain="domain.tld"
|
||||
path="/SOGo"
|
||||
admin="john"
|
||||
is_public=1
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=1
|
||||
|
@ -22,8 +20,6 @@
|
|||
upgrade=1 from_commit=cc07f5da79498ef948c31a99f6ace9ad0a5b9ec1
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
incorrect_path=1
|
||||
port_already_use=1 (8448)
|
||||
change_url=0
|
||||
;;; Upgrade options
|
||||
; commit=cc07f5da79498ef948c31a99f6ace9ad0a5b9ec1
|
||||
|
|
Loading…
Add table
Reference in a new issue