forked from Shinonome/dots-hyprland
fix number 2
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ for folder in "${folders[@]}"; do
|
|||||||
mkdir -p "$HOME/$file"
|
mkdir -p "$HOME/$file"
|
||||||
fi
|
fi
|
||||||
# Check if the file is a regular file and not in the exclude_folders
|
# Check if the file is a regular file and not in the exclude_folders
|
||||||
if [[ -f "$temp_folder/$file" ]] && ! file_in_excludes "$file" && [[! " ${modified_files[@]} " =~ " ${file} " ]]; then
|
if [[ -f "$file" ]] && ! file_in_excludes "$file" && [[ ! " ${modified_files[@]} " =~ " ${file} " ]]; then
|
||||||
# Construct the destination path
|
# Construct the destination path
|
||||||
destination="$HOME/$file"
|
destination="$HOME/$file"
|
||||||
echo "Replacing \"$destination\" ..."
|
echo "Replacing \"$destination\" ..."
|
||||||
|
|||||||
Reference in New Issue
Block a user