contrib: don't use "Z" specifier for mounting base directory in "nm-in-container.sh"

It seems unnecessary, and can cause failure.
This commit is contained in:
Thomas Haller 2022-05-04 21:24:19 +02:00
parent 56e1f0d290
commit 0ca6aaab32
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -411,7 +411,7 @@ do_run() {
podman run --privileged \
--name "$CONTAINER_NAME_NAME" \
-d \
-v "$BASEDIR_NM:$BASEDIR_NM:Z" \
-v "$BASEDIR_NM:$BASEDIR_NM" \
"${BIND_NM_CI[@]}" \
"${BIND_FILES[@]}" \
"$CONTAINER_NAME_REPOSITORY:$CONTAINER_NAME_TAG"