fix
This commit is contained in:
parent
5e800b713d
commit
c4f68fc29b
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ luks_format() {
|
|||
set -- "${@}" --label "${label}"
|
||||
fi
|
||||
if [ -n "${uuid}" ]; then
|
||||
set -- "${@}" --label "${uuid}"
|
||||
set -- "${@}" --uuid "${uuid}"
|
||||
fi
|
||||
echo "${passphrase}" |
|
||||
cryptsetup "${@}" luksFormat "${device}"
|
||||
|
|
Loading…
Reference in a new issue