remove \r

This commit is contained in:
root 2024-04-22 16:03:06 +08:00
parent cc0c9eb076
commit 44f928da67
2 changed files with 2 additions and 0 deletions

View File

@ -53,3 +53,4 @@ for topic in "${topics[@]}"; do
done
echo "All topics created."

View File

@ -43,3 +43,4 @@ if (createUserResult.ok == 1) {
quit(1);
}
EOF