mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Update check_process
This commit is contained in:
parent
879b50d4b8
commit
c68a55962e
1 changed files with 7 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
||||||
;; Test complet
|
;; Test complet
|
||||||
; Manifest
|
; Manifest
|
||||||
domain="domain.tld" (DOMAIN)
|
domain="domain.tld"
|
||||||
path="/path" (PATH)
|
path="/path"
|
||||||
|
language="en_GB"
|
||||||
with_carddav=1
|
with_carddav=1
|
||||||
with_enigma=1
|
with_enigma=1
|
||||||
; Checks
|
; Checks
|
||||||
|
@ -12,6 +13,7 @@
|
||||||
setup_private=0
|
setup_private=0
|
||||||
setup_public=0
|
setup_public=0
|
||||||
upgrade=1
|
upgrade=1
|
||||||
|
upgrade=1 from_commit=67cb9813b18254b5f478d9a2974862d0a3af40e5
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=1
|
multi_instance=1
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
|
@ -19,3 +21,6 @@
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
;;; Upgrade options
|
||||||
|
; commit=67cb9813b18254b5f478d9a2974862d0a3af40e5
|
||||||
|
name=Merge pull request #108
|
||||||
|
|
Loading…
Reference in a new issue