Display long hostname (e.g. gpok123.endicott.ibm.com) instead of short hostname.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7155 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
ccae4d72a6
commit
40568dba33
@ -120,7 +120,7 @@ then
|
||||
#echo -e "y\ny\ny" | %{prefix}/share/xcat/scripts/setup-local-client.sh $apacheuser
|
||||
#XCATROOT=%{prefix} %{prefix}/sbin/chtab priority=5 policy.name=$apacheuser policy.rule=allow
|
||||
|
||||
echo "To use xCAT-UI, point your browser to http://"`hostname`"/xcat"
|
||||
echo "To use xCAT-UI, point your browser to http://"`hostname -f`"/xcat"
|
||||
fi
|
||||
|
||||
if [ "$1" = 1 ] || [ "$1" = 2 ] # initial install, or upgrade and this is the newer rpm
|
||||
|
Loading…
Reference in New Issue
Block a user