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