testing mount checking

artix
Matt C 3 years ago
parent 2fa21a2da3
commit 788e011df0

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

Loading…
Cancel
Save