framadate : chmod inutile (container mysql lance en root met les bons droits sur le volume)
This commit is contained in:
parent
5cb1e75de8
commit
4de1394e9a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue