Carriage returns

This commit is contained in:
Bob Mottram 2015-01-31 10:55:19 +00:00
parent 7ed801d32a
commit 793fb46915
1 changed files with 3 additions and 0 deletions

View File

@ -177,18 +177,21 @@ if [ ! -b ${MICROSD_DRIVE}1 ]; then
fi
if [ ! -d $MICROSD_MOUNT_POINT/$BOOT ]; then
echo ''
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 ''
echo "The rootfs partition $MICROSD_MOUNT_POINT/$ROOTFS was not found."
ls $MICROSD_MOUNT_POINT
exit 65688
fi
if [ ! -d $MICROSD_MOUNT_POINT/$ROOTFS/home ]; then
echo ''
echo "The rootfs partition was not written correctly."
ls $MICROSD_MOUNT_POINT/$ROOTFS
exit 65688