fix: hyprland config globbing error (source=~), dotfiles deploy stabilität (cp -aT, set -e fix), homelab AGS setup form
This commit is contained in:
@@ -100,9 +100,9 @@ copy_path() {
|
||||
local target="$2"
|
||||
|
||||
backup_file "$target"
|
||||
rm -rf "$target"
|
||||
rm -rf "$target" 2>/dev/null || true
|
||||
mkdir -p "$(dirname "$target")"
|
||||
cp -a "$source" "$target"
|
||||
cp -aT "$source" "$target"
|
||||
log_info "Copied $source -> $target"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user