Add FOUND var to unset list

This commit is contained in:
Julian Phillips 2019-07-17 18:01:44 -07:00
parent 84dd024887
commit e293af16aa
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
fi fi
done done
Display --indent 2 --text "- Found ${FOUND} LUKS encrypted block devices." --result OK --color WHITE Display --indent 2 --text "- Found ${FOUND} LUKS encrypted block devices." --result OK --color WHITE
unset BLOCK_DEV unset BLOCK_DEV FOUND
fi fi
# #
################################################################################# #################################################################################