2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

modify HTTPPORT in post.xcat with macro TABLEBLANKOKAY

This commit is contained in:
yangsbj 2018-11-06 01:36:29 -05:00
parent dc8c863283
commit 2d4141b7d7
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ export MASTER_IP="#XCATVAR:XCATMASTER#"
export MASTER_IPS="#XCATVAR:XCATMASTER#"
export MASTER="#XCATVAR:XCATMASTER#"
export INSTALLDIR=#TABLE:site:key=installdir:value#
export HTTPPORT=#TABLE:site:key=httpport:value#
export HTTPPORT=#TABLEBLANKOKAY:site:key=httpport:value#
if [ -z "$INSTALLDIR" ]; then
INSTALLDIR="/install"
fi

View File

@ -8,7 +8,7 @@ export XCATIPORT=#TABLE:site:key=xcatiport:value#
export INSTALLDIR=#TABLE:site:key=installdir:value#
export TFTPDIR=#TABLE:site:key=tftpdir:value#
export XCATDEBUGMODE="#TABLEBLANKOKAY:site:key=xcatdebugmode:value#"
export HTTPPORT="#TABLE:site:key=httpport:value#"
export HTTPPORT="#TABLEBLANKOKAY:site:key=httpport:value#"
#INCLUDE:#ENV:XCATROOT#/share/xcat/install/scripts/scriptlib#