Jitsi : ajustement du tail pour eviter qu un log http perturbe le grep
This commit is contained in:
parent
3f6259575a
commit
592fee5f3f
|
@ -49,7 +49,7 @@ export listen_port
|
||||||
|
|
||||||
podman-compose up -d &&
|
podman-compose up -d &&
|
||||||
# Wait for web to be up
|
# 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.
|
podman pod stop ${pod_name} && echo Pod built and stopped.
|
||||||
|
|
||||||
# cleanup
|
# cleanup
|
||||||
|
|
Loading…
Reference in a new issue