From fcec06b28fb7afe15beb7fe283c40562452bc255 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 5 Mar 2022 14:47:48 +0100 Subject: [PATCH] Add test when prosody is already installed --- check_process | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/check_process b/check_process index 63ba47e..c1c4879 100644 --- a/check_process +++ b/check_process @@ -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"