Skip to content

Commit

Permalink
fix cvmfs_reponame variable in overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Jul 22, 2024
1 parent ca8991d commit 0e0680c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_container.sh
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ do
# need to convert ':' in LOWER_DIRS to ',' because bind mounts use ',' as
# separator while the lowerdir overlayfs option uses ':'
export BIND_PATHS="${BIND_PATHS},${LOWER_DIRS/:/,}"
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=${LOWER_DIRS}:/cvmfs_ro/${repo_name}"
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=${LOWER_DIRS}:/cvmfs_ro/${cvmfs_repo_name}"
else
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=/cvmfs_ro/${cvmfs_repo_name}"
fi
Expand Down

0 comments on commit 0e0680c

Please sign in to comment.