Jitsi : ajustement du tail pour eviter qu un log http perturbe le grep

This commit is contained in:
Gitouche 2022-02-17 20:55:44 +01:00
parent 3f6259575a
commit 592fee5f3f

View file

@ -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