Skip to content

Commit 292dadc

Browse files
committed
Show container name
1 parent 169fe11 commit 292dadc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: make_rootfs.sh

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ find "${CONFIG_DIR}" -type f -name "*.conf" | sort | while read cfg_file
1111
do
1212
cfg_name="$(basename ${cfg_file%.*})"
1313
tgz_file="${EXTERNAL_STORAGE}/${cfg_name}.tgz"
14+
echo "### deploy: ${cfg_name}"
1415
[ ! -e "${tgz_file}" ] || continue
1516
(set -e
1617
./cli.sh -d -p "${cfg_name}" deploy --source-path=""

0 commit comments

Comments
 (0)