Skip to content

Commit

Permalink
fix typo in start-ovs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qsyqian committed Nov 27, 2019
1 parent 00b74c3 commit f4e8747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/images/start-ovs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ fi

# wait for ovn-sb ready
function wait_ovn_sb {
if [[ -z "${OVN_SB_SERVICE_HOST}}" ]]; then
if [[ -z "${OVN_SB_SERVICE_HOST}" ]]; then
echo "env OVN_SB_SERVICE_HOST not exists"
exit 1
fi
if [[ -z "${OVN_SB_SERVICE_PORT}}" ]]; then
if [[ -z "${OVN_SB_SERVICE_PORT}" ]]; then
echo "env OVN_SB_SERVICE_PORT not exists"
exit 1
fi
Expand Down

0 comments on commit f4e8747

Please sign in to comment.