From 4de1394e9a2a087833657ab39ee62d02beafe388 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 22 Nov 2024 17:52:11 +0100 Subject: [PATCH] framadate : chmod inutile (container mysql lance en root met les bons droits sur le volume) --- podman-framadate/05_freshinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman-framadate/05_freshinstall.sh b/podman-framadate/05_freshinstall.sh index 415cb8d..0300baf 100755 --- a/podman-framadate/05_freshinstall.sh +++ b/podman-framadate/05_freshinstall.sh @@ -15,7 +15,6 @@ if podman volume exists ${dbvolume} ; then exit 1 fi -podman volume create ${dbvolume} && \ -podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}` +podman volume create ${dbvolume} ${ABSDIR}/10_install.sh