cryptsetup: drop unnecessary bracket

This commit is contained in:
Yu Watanabe 2020-11-27 08:39:24 +09:00
parent 2940b12826
commit ba715423fe
1 changed files with 1 additions and 2 deletions

View File

@ -445,14 +445,13 @@ static int create_disk(
fprintf(f, "After=%s\n"
"Requires=%s\n", unit, unit);
if (umount_unit) {
if (umount_unit)
fprintf(f,
"Wants=%s\n"
"Before=%s\n",
umount_unit,
umount_unit
);
}
}
if (!nofail)