jisti install : ajout check

This commit is contained in:
Gitouche 2022-02-12 13:37:59 +01:00
parent 65add71878
commit 2953328cd2
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,10 @@ echo "ENABLE_P2P=false" >> .env
export listen_if
export listen_port
podman-compose up -d && podman pod stop ${pod_name} && echo Pod built and stopped.
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 pod stop ${pod_name} && echo Pod built and stopped.
# cleanup
shred -u .env .env.bak env.example gen-passwords.sh docker-compose.yml