mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
Now with better logging
This commit is contained in:
parent
a1c03348f2
commit
9b5104ee37
1 changed files with 1 additions and 1 deletions
|
|
@ -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")"
|
||||
|
|
|
|||
Loading…
Reference in a new issue