From 483edfdc595b9b42bb2575247c8ab4a0031ad040 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 28 Jan 2022 22:28:12 +0100 Subject: [PATCH] framadate, jitsi, seafile : appel de 10_install dans 05_freshinstall, comme matrix --- podman-framadate/05_freshinstall.sh | 2 ++ podman-jitsi/05_freshinstall.sh | 2 ++ podman-seafile/05_freshinstall.sh | 2 ++ 3 files changed, 6 insertions(+) diff --git a/podman-framadate/05_freshinstall.sh b/podman-framadate/05_freshinstall.sh index 3b871c6..415cb8d 100755 --- a/podman-framadate/05_freshinstall.sh +++ b/podman-framadate/05_freshinstall.sh @@ -17,3 +17,5 @@ fi podman volume create ${dbvolume} && \ podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}` + +${ABSDIR}/10_install.sh diff --git a/podman-jitsi/05_freshinstall.sh b/podman-jitsi/05_freshinstall.sh index 46a4ac9..bcf3815 100755 --- a/podman-jitsi/05_freshinstall.sh +++ b/podman-jitsi/05_freshinstall.sh @@ -27,3 +27,5 @@ interfaceConfig.APP_NAME = 'Jitsi Garbaye'; interfaceConfig.DEFAULT_REMOTE_DISPLAY_NAME = 'Participant'; interfaceConfig.JITSI_WATERMARK_LINK = '${GARBAYE_JITSI_URL}'; " > ~/${confvolume}/web/custom-interface_config.js + +${ABSDIR}/10_install.sh diff --git a/podman-seafile/05_freshinstall.sh b/podman-seafile/05_freshinstall.sh index bdd7589..845f7ef 100755 --- a/podman-seafile/05_freshinstall.sh +++ b/podman-seafile/05_freshinstall.sh @@ -23,3 +23,5 @@ fi podman volume create ${dbvolume} podman volume create ${datavolume} + +${ABSDIR}/10_install.sh