From cc0c9eb076fd3e7f22352dd6e8df6f532568145d Mon Sep 17 00:00:00 2001 From: root Date: Mon, 22 Apr 2024 15:52:12 +0800 Subject: [PATCH] remove \r --- scripts/create-topic.sh | 2 -- scripts/mongo-init.sh | 3 --- 2 files changed, 5 deletions(-) diff --git a/scripts/create-topic.sh b/scripts/create-topic.sh index a719147a2..206075fb8 100755 --- a/scripts/create-topic.sh +++ b/scripts/create-topic.sh @@ -53,5 +53,3 @@ for topic in "${topics[@]}"; do done echo "All topics created." - - diff --git a/scripts/mongo-init.sh b/scripts/mongo-init.sh index 01199c480..f9a86f0d2 100755 --- a/scripts/mongo-init.sh +++ b/scripts/mongo-init.sh @@ -43,6 +43,3 @@ if (createUserResult.ok == 1) { quit(1); } EOF - - -