Fix error message

This commit is contained in:
Fierelier 2022-11-07 01:34:42 +01:00
parent cc7b789753
commit c4902400c7

View File

@ -221,7 +221,7 @@ $WDVN_ENCRYPT_PASS_ADD" | cryptsetup luksAddKey "$PART_DEV"
read
)
if [ "$?" != "0" ]; then
echo ERROR. Cleaning up...
echo "ERROR. Cleaning up ..."
swapoff "/media/install/swap"
umount -l "/media/install/efi"
umount -l "/media/install"