From 35c6cf6f972f793781ecd14ba4498e382bb3c035 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 2 Feb 2017 19:36:44 -0600 Subject: [PATCH] formatting --- bin/snap-sync | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/snap-sync b/bin/snap-sync index 8b2e979..19fac76 100755 --- a/bin/snap-sync +++ b/bin/snap-sync @@ -169,7 +169,7 @@ declare -a NEW_INFO_ARRAY declare -a BACKUPLOC_ARRAY declare -a CONT_BACKUP_ARRAY -printf "Initial configuration...\n" | tee $PIPE +printf "\nInitial configuration...\n" | tee $PIPE # Initial configuration of where backup directories are i=0 @@ -192,6 +192,8 @@ for x in $selected_configs; do continue fi + printf "\n" + old_num=$(snapper -c "$x" list -t single | awk '/'"$selected_uuid"'/ {print $1}') old_snap=$SUBVOLUME/.snapshots/$old_num/snapshot