fix the bug caused by install.sh
Change-Id: Ia4e9bc9abc6512e73a8ccf97662e1eac2ed2d6cf
This commit is contained in:
parent
018655de95
commit
71a193dd5b
@ -357,7 +357,7 @@ source ${COMPASSDIR}/install/compass.sh || exit $?
|
|||||||
figlet -ctf slant Installation Complete!
|
figlet -ctf slant Installation Complete!
|
||||||
echo -e "It takes\x1b[32m $SECONDS \x1b[0mseconds during the installation."
|
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}': [ "
|
machine_list_conf="MACHINE_LIST = [ { '${switch_IP}': [ "
|
||||||
for host in ${PXE_MACs[@]}; do
|
for host in ${PXE_MACs[@]}; do
|
||||||
port=$(echo ${host} | awk -F , '{print $1}' | awk -F = '{print $2}')
|
port=$(echo ${host} | awk -F , '{print $1}' | awk -F = '{print $2}')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user