Skip to content

Commit

Permalink
Too tired to tell what's a typo and what's not.
Browse files Browse the repository at this point in the history
  • Loading branch information
ValShaped committed Jul 19, 2022
1 parent cf2593b commit c97d67c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ EOF

# directory structure is flat, so filesystems don't overlap
# this does mean you can make multiple independent upperdir layers over the same directory tree.
local upperdir="$overlay_base${unit_name/.mount/}"
local workdir="$overlay_work_base${unit_name/.mount/}"
local upperdir="$overlay_base/${unit_name/.mount/}"
local workdir="$overlay_work_base/${unit_name/.mount/}"
cat <<-EOF
$unit_name
- lower: $lowerdir
- upper: $Overlay_Destination/$upperdir
- work: $Overlay_Destination/$workdir
- upper: $Overlay_Destination$upperdir
- work: $Overlay_Destination$workdir
EOF

mkdir -p "$tmp/$upperdir" "$tmp/$workdir"; check_panic 1;
Expand Down

0 comments on commit c97d67c

Please sign in to comment.