From dd485c8651e788897bcc8c1794951e14939a2695 Mon Sep 17 00:00:00 2001 From: Benedikt Ziemons Date: Sat, 18 Sep 2021 10:33:54 +0200 Subject: [PATCH] Wait for generation of synapse data --- podman-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-run.sh b/podman-run.sh index da73580..316c054 100755 --- a/podman-run.sh +++ b/podman-run.sh @@ -20,7 +20,7 @@ podman exec --user 33 nextcloud php occ app:enable --force upschooling if podman volume exists synapse-data; then echo "Found existing synapse-data volume" else - podman run -d --rm \ + podman run --rm \ --name=synapse \ --hostname synapse \ "--mount=type=volume,src=synapse-data,dst=/data" \