From e2ab77ba434ba80a8817f519f1bbb468a5360d33 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Sat, 12 Nov 2016 14:04:12 -0600 Subject: [PATCH] Make it clearer when UUID not found Fixes #10. --- bin/snap-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/snap-sync b/bin/snap-sync index 05586e3..9f6cd88 100755 --- a/bin/snap-sync +++ b/bin/snap-sync @@ -95,7 +95,7 @@ fi if [[ "$disk" == -1 ]]; then if [[ "$disk_count" == 0 && "$uuid_cmdline" != "none" ]]; then - printf "A device with UUID $uuid_cmdline was not found to be mounted, or it is not a BTRFS device.\n" + printf "ERROR: A device with UUID $uuid_cmdline was not found to be mounted, or it is not a BTRFS device.\n" fi printf "Select a mounted BTRFS device to backup to.\n" while [[ $disk -lt 0 || $disk -gt $i ]]; do