fix the bug caused by install.sh

Change-Id: Ia4e9bc9abc6512e73a8ccf97662e1eac2ed2d6cf
This commit is contained in:
Xicheng Chang 2016-08-26 20:39:34 -04:00
parent 018655de95
commit 71a193dd5b
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ source ${COMPASSDIR}/install/compass.sh || exit $?
figlet -ctf slant Installation Complete!
echo -e "It takes\x1b[32m $SECONDS \x1b[0mseconds during the installation."
if [ "$FULL_COMPASS_SERVER" == "false" ]; then
if [[ "${FULL_COMPASS_SERVER}" == "false" ]]; then
machine_list_conf="MACHINE_LIST = [ { '${switch_IP}': [ "
for host in ${PXE_MACs[@]}; do
port=$(echo ${host} | awk -F , '{print $1}' | awk -F = '{print $2}')