framadate : chmod inutile (container mysql lance en root met les bons droits sur le volume)

This commit is contained in:
Gitouche 2024-11-22 17:52:11 +01:00
parent 5cb1e75de8
commit 4de1394e9a

View file

@ -15,7 +15,6 @@ if podman volume exists ${dbvolume} ; then
exit 1 exit 1
fi fi
podman volume create ${dbvolume} && \ podman volume create ${dbvolume}
podman unshare chown -R 999:999 `get_podman_volume_path ${dbvolume}`
${ABSDIR}/10_install.sh ${ABSDIR}/10_install.sh