Skip to content

Commit e10b34d

Browse files
Update build_map.sh
1 parent f6ee95b commit e10b34d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/build_map.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ find deploy -mindepth 1 -print | while read -r path; do
3737
if [ "$FILE_ID" -eq 1 ]; then
3838
echo "$relative_path"
3939
elif [ "$FILE_ID" -eq "$TOTAL_FILES" ]; then
40-
echo "$relative_path"
40+
echo -e "$relative_path\n"
4141
else
4242
echo "$relative_path"
4343
fi
@@ -58,3 +58,5 @@ find deploy -mindepth 1 -print | while read -r path; do
5858

5959
FILE_ID=$((FILE_ID + 1))
6060
done
61+
echo -e "End Build Map\n"
62+
echo -e "----------------\n"

0 commit comments

Comments
 (0)