From 793fb46915e4329e1ccce4b2d688d4f7d22c969c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 31 Jan 2015 10:55:19 +0000 Subject: [PATCH] Carriage returns --- src/freedombone-prep | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/freedombone-prep b/src/freedombone-prep index c97e9d6d..3661a6ce 100755 --- a/src/freedombone-prep +++ b/src/freedombone-prep @@ -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