From 42d48ed0d411dc846e9e765162b9de636c9a771a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= Date: Mon, 14 Jun 2021 12:48:04 +0200 Subject: [PATCH] Correction de la commande stop --- podman-matrix/10_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/10_install.sh b/podman-matrix/10_install.sh index 0d8d626..cda8b5f 100755 --- a/podman-matrix/10_install.sh +++ b/podman-matrix/10_install.sh @@ -26,6 +26,6 @@ podman run -d --name ${db_container_name} --pod ${pod_name} \ -e PGDATA=/var/lib/postgresql/data/${container_name} ${postgres_image} && \ podman run -d --name synapse --pod ${pod_name} \ --mount type=volume,src=${confvolume},dst=/data ${synapse_image} && \ -podman pod stop && \ +podman pod stop ${pod_name} && \ echo Pod built and stopped