diff --git a/citrine.internal.sh b/citrine.internal.sh index 8608c54..5ee75b5 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -145,7 +145,12 @@ else echo "STAT=$response" STAT="$response" 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 done fi