fix(setup): proceed on already existing copy paths

This commit is contained in:
Oscar Wallberg
2024-10-23 13:44:15 +02:00
parent 0252b222f8
commit b9c91a61d3
+1 -1
View File
@@ -197,7 +197,7 @@ copy_item() {
if test -e "$dst"; then if test -e "$dst"; then
error "path already exists:" error "path already exists:"
error "${dst}" error "${dst}"
return 1 return
fi fi
echo "Copying item: from $src to ${dst_parent}/" echo "Copying item: from $src to ${dst_parent}/"