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