From 56b6d79d54c5d11b242376631555bb78c6408085 Mon Sep 17 00:00:00 2001 From: Lee Ockert Date: Tue, 19 Jul 2022 03:56:41 -0400 Subject: [PATCH] Made TODO more apparent --- tmimport.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmimport.sh b/tmimport.sh index 2ffceba..0c9f48a 100755 --- a/tmimport.sh +++ b/tmimport.sh @@ -55,7 +55,9 @@ if [[ $? -eq 0 ]]; then MOUNTPOINT=`diskutil info ${1} | grep "Mount Point:" | sed 's/^ *Mount Point: *\(.*\)$/\1/'` if [ "${MOUNTPOINT}" == "" ]; then dispusage "No mount point for specified device ${1}. Perhaps it isn't mounted?" && exit - # TODO: Should check to see if it CONTAINS any disks with a Time Machine role... + ###################################################################################### + ## TODO: Should check to see if it CONTAINS any disks with a Time Machine role... ## + ###################################################################################### fi if [ ! -d "${MOUNTPOINT}/Backups.backupdb/" ]; then