Skip to content

Commit

Permalink
Minor echo fix in start_flight_ibis_server.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
prmoore77 committed Oct 20, 2023
1 parent fc0796e commit 27ae556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/start_flight_ibis_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SCRIPT_DIR=$(dirname ${0})
pushd "${SCRIPT_DIR}/.."
if [ ! -f tls/server.crt ]
then
echo -n "Generating TLS certs...\n"
echo "Generating TLS certs..."
flight-create-tls-keypair
fi
popd
Expand Down

0 comments on commit 27ae556

Please sign in to comment.