fix(setup): proceed on already existing copy paths
This commit is contained in:
@@ -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}/"
|
||||||
|
|||||||
Reference in New Issue
Block a user