Wait for generation of synapse data

This commit is contained in:
Ben 2021-09-18 10:33:54 +02:00
parent 9090d384ef
commit dd485c8651
Signed by: ben
GPG Key ID: 0F54A7ED232D3319
1 changed files with 1 additions and 1 deletions

View File

@ -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" \