From fb42a07f3b551a37d0073ce17ca29fd262474966 Mon Sep 17 00:00:00 2001 From: H0mire Date: Mon, 6 May 2024 21:57:47 +0200 Subject: [PATCH] Changed Message --- update-dots.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-dots.sh b/update-dots.sh index 5c465a58..77daa97e 100644 --- a/update-dots.sh +++ b/update-dots.sh @@ -62,6 +62,7 @@ if [[ ! $(git rev-list HEAD...origin/$current_branch --count) -eq 0 ]]; then echo "Repository is already up-to-date. Do not run git pull before this script. Exiting." exit 0 fi +echo "Excluding files and folders: ${excludes[@]}" # Then check which files have been modified by the user since the last update to preserve user configurations modified_files=() @@ -86,7 +87,6 @@ while IFS= read -r -d '' file; do done < <(find "${folders[@]}" -type f -print0) echo -echo "Excluded files and folders: ${excludes[@]}" echo # Output all modified files