From 9b5104ee3754962db127ac16934aa82a720e6d5f Mon Sep 17 00:00:00 2001 From: H0mire Date: Sat, 4 May 2024 17:07:53 +0200 Subject: [PATCH] Now with better logging --- update-dots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dots.sh b/update-dots.sh index 916f187b..8981deaa 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -209,7 +209,7 @@ for folder in "${folders[@]}"; do if [[ -f "$file" && ! $(file_in_excludes "$file") && ! " ${modified_files[@]} " =~ " ${file} " ]]; then # Construct the destination path destination="$HOME/$file" - echo "$destination" + echo "Replacing \"$destination\" ..." # Copy the file # Create the destination folder if it doesn't exist mkdir -p "$(dirname "$destination")"