From 0e0680cf20dddd9985749bf19a13f13033602e1e Mon Sep 17 00:00:00 2001 From: Richard Top Date: Mon, 22 Jul 2024 13:12:28 +0000 Subject: [PATCH] fix cvmfs_reponame variable in overlay --- eessi_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eessi_container.sh b/eessi_container.sh index 6ba9a0d9f4..fae27fcd43 100755 --- a/eessi_container.sh +++ b/eessi_container.sh @@ -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