mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
cryptsetup: drop unnecessary bracket
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user