From d3343b97dd45f12dda22db0f36859427d576c1c6 Mon Sep 17 00:00:00 2001 From: James Barnett Date: Thu, 2 Feb 2017 19:35:35 -0600 Subject: [PATCH] formatting --- bin/snap-sync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/snap-sync b/bin/snap-sync index b3de4c2..8b2e979 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..." | tee $PIPE +printf "Initial configuration...\n" | tee $PIPE # Initial configuration of where backup directories are i=0 @@ -256,7 +256,7 @@ for x in $selected_configs; do done # Actual backing up -printf "Performing backups..." | tee $PIPE +printf "\nPerforming backups...\n" | tee $PIPE i=-1 for x in $selected_configs; do