Correct bug on LUKS bad confirmation

This commit is contained in:
MatMoul 2015-11-01 19:05:10 +01:00
parent 12add1c765
commit b0cf9bb75a

4
archfi
View file

@ -573,7 +573,7 @@ formatdevice(){
cryptsetup luksFormat $2
if [ ! "$?" = "0" ]; then
pressanykey
return 0
return 1
fi
pressanykey
echo ""
@ -582,7 +582,7 @@ formatdevice(){
cryptsetup luksOpen $2 $1
if [ ! "$?" = "0" ]; then
pressanykey
return 0
return 1
fi
pressanykey
options=()