mirror of
https://github.com/YunoHost-Apps/mautrix_facebook_ynh.git
synced 2024-09-03 19:36:33 +02:00
Change: fix error in multi_instance
install with the pre-installation of synapse.
This commit is contained in:
parent
3137afba12
commit
a800efa160
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
;; Default test serie
|
;; Default test serie
|
||||||
; pre-install
|
; pre-install
|
||||||
sudo yunohost tools update apps
|
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
|
; Manifest
|
||||||
port="8449" (PORT)
|
port="8449" (PORT)
|
||||||
synapsenumber="1"
|
synapsenumber="1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue