forked from Shinonome/dots-hyprland
Changed Message
This commit is contained in:
+1
-1
@@ -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."
|
echo "Repository is already up-to-date. Do not run git pull before this script. Exiting."
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
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
|
# Then check which files have been modified by the user since the last update to preserve user configurations
|
||||||
modified_files=()
|
modified_files=()
|
||||||
@@ -86,7 +87,6 @@ while IFS= read -r -d '' file; do
|
|||||||
done < <(find "${folders[@]}" -type f -print0)
|
done < <(find "${folders[@]}" -type f -print0)
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Excluded files and folders: ${excludes[@]}"
|
|
||||||
echo
|
echo
|
||||||
|
|
||||||
# Output all modified files
|
# Output all modified files
|
||||||
|
|||||||
Reference in New Issue
Block a user