From f67cdbc5dfb9b7bef1f4ed252a69d8d103a2e442 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Mon, 7 Nov 2016 12:21:50 -0600 Subject: [PATCH] fix formatting --- bin/snap-sync | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/snap-sync b/bin/snap-sync index bd5689f..bb679ae 100755 --- a/bin/snap-sync +++ b/bin/snap-sync @@ -76,10 +76,9 @@ done if [[ "$disk" == -1 ]]; then if [[ "$uuid_cmdline" != "none" ]]; then - printf "A device with UUID $uuid_cmdline was not found to be mounted, or it is not a BTRFS device." + printf "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" - disk=-1 while [[ $disk -lt 0 || $disk -gt $i ]]; do for x in "${!TARGETS_ARRAY[@]}"; do printf "%s) %s (%s)\n" "$((x+1))" "${UUIDS_ARRAY[$x]}" "${TARGETS_ARRAY[$x]}"