From 34d96eefd84039d0970b702954ef192bade8ac54 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 5 Aug 2022 17:09:53 +0200 Subject: [PATCH] =?UTF-8?q?Jitsi=20:=20image=20de=20fond=20personnalis?= =?UTF-8?q?=C3=A9=20(preuve=20de=20concept).=20Fixes=20#10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podman-jitsi/10_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index d1e66b1..a3dacb6 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -62,6 +62,8 @@ export listen_port podman-compose --podman-run-args "--env-file .env" up -d && # Wait for web to be up ( podman logs --tail=3 -f podman-jitsi_web_1 2>&1 & ) | grep -q '^\[services.d\] done.$' && +podman cp assets/welcome-background.png podman-jitsi_web_1:/usr/share/jitsi-meet/images/welcome-background.png && +podman exec -t podman-jitsi_web_1 chmod 444 /usr/share/jitsi-meet/images/welcome-background.png && podman pod stop ${pod_name} && echo Pod built and stopped. # cleanup