From 592fee5f3f2faeb179b9411f720f7137cd24a53e Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Thu, 17 Feb 2022 20:55:44 +0100 Subject: [PATCH] Jitsi : ajustement du tail pour eviter qu un log http perturbe le grep --- podman-jitsi/10_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/10_install.sh b/podman-jitsi/10_install.sh index ec61959..c987c23 100755 --- a/podman-jitsi/10_install.sh +++ b/podman-jitsi/10_install.sh @@ -49,7 +49,7 @@ export listen_port podman-compose up -d && # Wait for web to be up -( podman logs --tail=1 -f podman-jitsi_web_1 2>&1 & ) | grep -q '^\[services.d\] done.$' && +( podman logs --tail=3 -f podman-jitsi_web_1 2>&1 & ) | grep -q '^\[services.d\] done.$' && podman pod stop ${pod_name} && echo Pod built and stopped. # cleanup