Skip to content

Commit

Permalink
Merge pull request #146 from alexlarsson/new-datalower-option
Browse files Browse the repository at this point in the history
mount: Use the new syntax for overlayfs datalower dirs
  • Loading branch information
alexlarsson authored Jun 12, 2023
2 parents af8e1a7 + 880249f commit ad3eaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcomposefs/lcfs-mount.c
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ static char *compute_lower(const char *imagemount,
escape_mount_option_to(imagemount, lower);

for (i = 0; i < state->options->n_objdirs; i++) {
if (with_datalower && i == 0)
if (with_datalower)
strcat(lower, "::");
else
strcat(lower, ":");
Expand Down

0 comments on commit ad3eaa8

Please sign in to comment.