From fdf7ec04e919afbde12c280f1a3c95f4368912ff Mon Sep 17 00:00:00 2001 From: KsmoinO <99479-KsmoinO@users.noreply.framagit.org> Date: Sun, 19 Sep 2021 10:55:28 +0200 Subject: [PATCH] revariabilistion de l'URL --- podman-jitsi/05_freshinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman-jitsi/05_freshinstall.sh b/podman-jitsi/05_freshinstall.sh index 8e431ad..f175005 100755 --- a/podman-jitsi/05_freshinstall.sh +++ b/podman-jitsi/05_freshinstall.sh @@ -25,6 +25,5 @@ config.disableThirdPartyRequests = true; echo " interfaceConfig.APP_NAME = 'Jitsi Garbaye'; interfaceConfig.DEFAULT_REMOTE_DISPLAY_NAME = 'Participant'; -interfaceConfig.JITSI_WATERMARK_LINK = 'https://qlf-jitsi.garbaye.fr'; +interfaceConfig.JITSI_WATERMARK_LINK = '${GARBAYE_JITSI_URL}'; " > ~/${confvolume}/web/custom-interface_config.js -