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]}"