From 343900545bd04cfdb97f80386635500131238ec3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Sep 2024 17:21:29 +0200 Subject: build(instantiate_templates.sh): Actually also copy directory symlinks --- instantiate_templates.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instantiate_templates.sh b/instantiate_templates.sh index c120b3f..3984084 100755 --- a/instantiate_templates.sh +++ b/instantiate_templates.sh @@ -35,7 +35,7 @@ instantiate_dir() { $DRY_RUN_CMD mkdir --parents "$(dirname "$new_path")" - $DRY_RUN_CMD cp "$file" "$new_path" + $DRY_RUN_CMD cp --recursive "$file" "$new_path" done { -- cgit 1.4.1