From fad3c4814c328576172c3effc4cbef666cb71964 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 12 Feb 2022 19:07:43 +0100 Subject: [PATCH] Framadate : add check for end of initialization --- podman-framadate/10_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/podman-framadate/10_install.sh b/podman-framadate/10_install.sh index dc728a5..52559b6 100755 --- a/podman-framadate/10_install.sh +++ b/podman-framadate/10_install.sh @@ -31,5 +31,6 @@ export listen_if export listen_port podman-compose up -d && +( podman logs -f framadate-app 2>&1 & ) | grep -q 'configured -- resuming normal operations' && shred -u .env && podman pod stop ${pod_name}