diff --git a/podman-matrix/05_freshinstall.sh b/podman-matrix/05_freshinstall.sh index ee1a351..d600749 100755 --- a/podman-matrix/05_freshinstall.sh +++ b/podman-matrix/05_freshinstall.sh @@ -15,6 +15,7 @@ if podman volume exists ${confvolume} || podman volume exists ${dbvolume}; then exit 1 fi +source ${ABSDIR}/zz_build-images.sh && podman volume create ${confvolume} && \ podman volume create ${dbvolume} && \ podman run -it --name ${container_name}-generate --mount type=volume,src=${confvolume},dst=/data -e SYNAPSE_SERVER_NAME=${GARBAYE_MATRIX_DOMAIN} -e SYNAPSE_REPORT_STATS=no ${synapse_image}:${synapse_version} generate && \