oops - lost the last change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7837 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
5d7f09ca17
commit
d85d5620e0
@ -25,7 +25,7 @@ LOG="${ROOTDIR}/${SL}/statelite.log"
|
||||
|
||||
# get this node name from the /etc/niminfo file
|
||||
INFO=`cat /etc/niminfo | grep 'NIM_HOSTNAME'`
|
||||
ME=`echo $INFO | awk -F= '{print $2}'`
|
||||
ME=`echo $INFO | awk -F= '{print $2}' | awk -F. '{print $1}'`
|
||||
|
||||
# check the statelite.table file to see if we have
|
||||
# a persistent dir to mount.
|
||||
|
Loading…
Reference in New Issue
Block a user