From 1b8ed7ff2c49977d1dd0427d883efdeffd39befa Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Wed, 10 Apr 2024 12:29:33 +0800 Subject: [PATCH] Optimize Docker configuration and script. --- scripts/create-topic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-topic.sh b/scripts/create-topic.sh index 438f3c311..206075fb8 100755 --- a/scripts/create-topic.sh +++ b/scripts/create-topic.sh @@ -52,4 +52,4 @@ for topic in "${topics[@]}"; do fi done -echo "All topics created or attempted." +echo "All topics created."