testing mount checking

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

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

Loading…
Cancel
Save