mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fix backup function typo
This commit is contained in:
@@ -41,10 +41,10 @@ function backup_clashing_targets(){
|
||||
args_includes+=(--include="$current_target")
|
||||
fi
|
||||
done
|
||||
args_includes+=(--exclude="*")
|
||||
args_includes+=(--exclude='*')
|
||||
|
||||
x mkdir -p $backup_dir
|
||||
x rsync -av --progress "${arg_includes[@]}" "$target_dir/" "$backup_dir/"
|
||||
x rsync -av --progress "${args_includes[@]}" "$target_dir/" "$backup_dir/"
|
||||
}
|
||||
|
||||
function ask_backup_configs(){
|
||||
|
||||
Reference in New Issue
Block a user