chore(files): Update copying directory log to be more precise

This commit is contained in:
fiftydinar 2024-07-21 22:45:39 +02:00
parent c0929e759c
commit df0869a449

View file

@ -35,7 +35,7 @@ if [[ ${#FILES[@]} -gt 0 ]]; then
if [ ! -d "$DEST" ]; then
mkdir -p "$DEST"
fi
echo "Copying $FILE to $DEST"
echo "Copying $FILE/* to $DEST"
cp -rf "$FILE"/* $DEST
if [[ "${DEST}" =~ *"/" ]] || [[ "${DEST}" == "/" ]]; then
rm -f "${DEST}.gitkeep"