@ -145,8 +145,13 @@ else
echo "STAT=$response"
STAT="$response"
if [[ "$STAT" == "y" ]]; then
if ! findmnt | grep mnt; then
err "Are you sure you've mounted the partitions?"
else
CONFDONE="YEP"
fi
done