Skip to content

Commit

Permalink
fix start-db.sh echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
Icedroid committed Dec 22, 2020
1 parent 748e087 commit 20f3fcb
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/start-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ if [[ "$ENABLE_SSL" == "false" ]]; then
done
while ! nc -z "${sb_leader_ip}" "${DB_SB_PORT}" >/dev/null;
do
echo "sleep 5 seconds, waiting for ovn-sb ${sb_leader_ip}:${DB_NB_PORT} ready "
echo "sleep 5 seconds, waiting for ovn-sb ${sb_leader_ip}:${DB_SB_PORT} ready "
sleep 5;
done

Expand Down Expand Up @@ -178,7 +178,7 @@ else
done
while ! nc -z "${sb_leader_ip}" "${DB_SB_PORT}" >/dev/null;
do
echo "sleep 5 seconds, waiting for ovn-sb ${sb_leader_ip}:${DB_NB_PORT} ready "
echo "sleep 5 seconds, waiting for ovn-sb ${sb_leader_ip}:${DB_SB_PORT} ready "
sleep 5;
done

Expand Down

0 comments on commit 20f3fcb

Please sign in to comment.