Fix error message
This commit is contained in:
parent
cc7b789753
commit
c4902400c7
@ -221,7 +221,7 @@ $WDVN_ENCRYPT_PASS_ADD" | cryptsetup luksAddKey "$PART_DEV"
|
|||||||
read
|
read
|
||||||
)
|
)
|
||||||
if [ "$?" != "0" ]; then
|
if [ "$?" != "0" ]; then
|
||||||
echo ERROR. Cleaning up...
|
echo "ERROR. Cleaning up ..."
|
||||||
swapoff "/media/install/swap"
|
swapoff "/media/install/swap"
|
||||||
umount -l "/media/install/efi"
|
umount -l "/media/install/efi"
|
||||||
umount -l "/media/install"
|
umount -l "/media/install"
|
||||||
|
Loading…
Reference in New Issue
Block a user