chore(files): Update copying directory log to be more precise
This commit is contained in:
parent
c0929e759c
commit
df0869a449
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue