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