From 212307a5e511b9dd74cc85722cf1db47ec9c82e1 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 22 Nov 2024 18:10:33 +0100 Subject: [PATCH] wordpress : chmod inutile (container mysql lance en root met les bons droits sur le volume) --- podman-wpamapsta/05_freshinstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/podman-wpamapsta/05_freshinstall.sh b/podman-wpamapsta/05_freshinstall.sh index 1a881fd..21b668d 100755 --- a/podman-wpamapsta/05_freshinstall.sh +++ b/podman-wpamapsta/05_freshinstall.sh @@ -18,7 +18,6 @@ for volume in ${dbvolume} ${wpvolume}; do done podman volume create ${wpvolume} && \ -podman volume create ${dbvolume} && \ -podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}` +podman volume create ${dbvolume} ${ABSDIR}/10_install.sh