From a800efa1602a0d236add11871ef7b31c968349cb Mon Sep 17 00:00:00 2001 From: nathanael-h Date: Thu, 2 Dec 2021 18:30:27 +0100 Subject: [PATCH] Change: fix error in multi_instance install with the pre-installation of synapse. --- check_process | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_process b/check_process index 38b168a..e41f11a 100644 --- a/check_process +++ b/check_process @@ -4,7 +4,7 @@ ;; Default test serie ; pre-install sudo yunohost tools update apps - sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force + sudo yunohost app info synapse --quiet > /dev/null || sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/ -a "domain=$domain&server_name=$server_name&is_public=$is_public&jitsi_server=$jitsi_server" --force ; Manifest port="8449" (PORT) synapsenumber="1"