Skip to content

Commit

Permalink
Closes-Bug: #1511549, server manager setup is failing, if host_ip opt…
Browse files Browse the repository at this point in the history
…ion is specified

Change-Id: I1bb4ce850b8a9bdc85b8a0cbea4c234494766099
  • Loading branch information
miriyalar committed Oct 30, 2015
1 parent 653d100 commit 95f32b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/deb_server_manager_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ while [ "$1" != "" ]; do
;;
--hostip)
HOSTIP=$VALUE
rm -rf /opt/contrail/contrail-server-manager/IP.txt
echo $HOSTIP >> /opt/contrail/contrail-server-manager/IP.txt
rm -rf /opt/contrail/contrail_server_manager/IP.txt
echo $HOSTIP >> /opt/contrail/contrail_server_manager/IP.txt
;;
--cert-name)
CERT_NAME=$VALUE
Expand Down

0 comments on commit 95f32b7

Please sign in to comment.