mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
Add test when prosody is already installed
This commit is contained in:
parent
01caf9f018
commit
fcec06b28f
1 changed files with 17 additions and 0 deletions
|
@ -1,3 +1,20 @@
|
|||
;; Test with prosody already installed
|
||||
; pre-install
|
||||
sudo yunohost app install prosody --force
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
; Checks
|
||||
pkg_linter=1
|
||||
setup_sub_dir=0
|
||||
setup_root=1
|
||||
setup_nourl=0
|
||||
setup_private=0
|
||||
setup_public=0
|
||||
upgrade=1
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
port_already_use=0
|
||||
change_url=0
|
||||
;; Test complet
|
||||
; Manifest
|
||||
domain="domain.tld"
|
||||
|
|
Loading…
Add table
Reference in a new issue