List the contents of the mount directory

This commit is contained in:
Bob Mottram 2015-01-30 20:40:22 +00:00
parent fbe83becc4
commit 59377b4151
1 changed files with 2 additions and 0 deletions

View File

@ -162,11 +162,13 @@ fi
if [ ! -d $MICROSD_MOUNT_POINT/BOOT ]; then
echo "The boot partition $MICROSD_MOUNT_POINT/BOOT was not found."
ls $MICROSD_MOUNT_POINT
exit 67857
fi
if [ ! -d $MICROSD_MOUNT_POINT/rootfs ]; then
echo "The rootfs partition $MICROSD_MOUNT_POINT/rootfs was not found."
ls $MICROSD_MOUNT_POINT
exit 65688
fi