From 21d723583e9f93846d98d0e695cb5ac0b263c6d7 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 23 Oct 2024 13:44:15 +0200 Subject: [PATCH] fix(setup): proceed on already existing copy paths --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 543bb37..abd222e 100755 --- a/setup.sh +++ b/setup.sh @@ -197,7 +197,7 @@ copy_item() { if test -e "$dst"; then error "path already exists:" error "${dst}" - return 1 + return fi echo "Copying item: from $src to ${dst_parent}/"