From 59377b4151371381bdeb6ce0418afe56f4a2d56d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 30 Jan 2015 20:40:22 +0000 Subject: [PATCH] List the contents of the mount directory --- src/freedombone-prep | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/freedombone-prep b/src/freedombone-prep index cc0f5578..cf503122 100755 --- a/src/freedombone-prep +++ b/src/freedombone-prep @@ -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