Skip to content

Commit

Permalink
only user lowerdir arg once
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed May 19, 2024
1 parent 2afb50c commit 5e4e294
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ if [[ "${ACCESS}" == "rw" ]]; then
EESSI_FUSE_MOUNTS+=("--fusemount" "${EESSI_READONLY}")

EESSI_WRITABLE_OVERLAY="container:fuse-overlayfs"
# EESSI_WRITABLE_OVERLAY+=" -o lowerdir=/cvmfs_ro/${repo_name}"
if [[ ! -z ${LOWER_DIRS} ]]; then
# need to convert ':' in LOWER_DIRS to ',' because bind mounts use ',' as
# separator while the lowerdir overlayfs option uses ':'
Expand Down

0 comments on commit 5e4e294

Please sign in to comment.