Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 13, 2024
1 parent 16dce19 commit bcb0b65
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 @@ -830,7 +830,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/:/,}"
lowerdirs=${LOWER_DIRS}:${lowerdirs}"
lowerdirs=${LOWER_DIRS}:${lowerdirs}
fi
EESSI_WRITABLE_OVERLAY+=" -o lowerdir=${lowerdirs}"
EESSI_WRITABLE_OVERLAY+=" -o upperdir=${TMP_IN_CONTAINER}/${cvmfs_repo_name}/overlay-upper"
Expand Down

0 comments on commit bcb0b65

Please sign in to comment.