From ef62fbbbcf793e9cfb0d0ccb2409748bfd68513b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 22 Mar 2015 11:24:14 +0000 Subject: [PATCH] List the backup contents --- src/freedombone | 1 + 1 file changed, 1 insertion(+) diff --git a/src/freedombone b/src/freedombone index e29d62e5..6deed423 100755 --- a/src/freedombone +++ b/src/freedombone @@ -2125,6 +2125,7 @@ function create_backup_script { fi echo 'sync' >> /usr/bin/$BACKUP_SCRIPT_NAME + echo 'ls -lh $USB_MOUNT/backup' >> /usr/bin/$BACKUP_SCRIPT_NAME echo "umount $USB_MOUNT" >> /usr/bin/$BACKUP_SCRIPT_NAME echo 'if [ ! "$?" = "0" ]; then' >> /usr/bin/$BACKUP_SCRIPT_NAME echo ' echo "Unable to unmount the drive. This means that the backup did not work"' >> /usr/bin/$BACKUP_SCRIPT_NAME