List the contents of the mount directory
This commit is contained in:
parent
fbe83becc4
commit
59377b4151
|
@ -162,11 +162,13 @@ fi
|
||||||
|
|
||||||
if [ ! -d $MICROSD_MOUNT_POINT/BOOT ]; then
|
if [ ! -d $MICROSD_MOUNT_POINT/BOOT ]; then
|
||||||
echo "The boot partition $MICROSD_MOUNT_POINT/BOOT was not found."
|
echo "The boot partition $MICROSD_MOUNT_POINT/BOOT was not found."
|
||||||
|
ls $MICROSD_MOUNT_POINT
|
||||||
exit 67857
|
exit 67857
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d $MICROSD_MOUNT_POINT/rootfs ]; then
|
if [ ! -d $MICROSD_MOUNT_POINT/rootfs ]; then
|
||||||
echo "The rootfs partition $MICROSD_MOUNT_POINT/rootfs was not found."
|
echo "The rootfs partition $MICROSD_MOUNT_POINT/rootfs was not found."
|
||||||
|
ls $MICROSD_MOUNT_POINT
|
||||||
exit 65688
|
exit 65688
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue