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}"
|
set -- "${@}" --label "${label}"
|
||||||
fi
|
fi
|
||||||
if [ -n "${uuid}" ]; then
|
if [ -n "${uuid}" ]; then
|
||||||
set -- "${@}" --label "${uuid}"
|
set -- "${@}" --uuid "${uuid}"
|
||||||
fi
|
fi
|
||||||
echo "${passphrase}" |
|
echo "${passphrase}" |
|
||||||
cryptsetup "${@}" luksFormat "${device}"
|
cryptsetup "${@}" luksFormat "${device}"
|
||||||
|
|
Loading…
Reference in a new issue