fix(setup): proceed on already existing copy paths

This commit is contained in:
2024-10-23 13:44:15 +02:00
parent e045b299af
commit 21d723583e
+1 -1
View File
@@ -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}/"