-Try Use shortname explicitly for STATEMNT things
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6344 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
6e5b7f4b10
commit
5c4fece838
@ -9,7 +9,7 @@
|
||||
# get all the database files.
|
||||
#set -x
|
||||
SL=".statelite"
|
||||
ME=`hostname`
|
||||
ME=`hostname -s`
|
||||
MNTDIR="/sysroot"
|
||||
SYNCTREE="${MNTDIR}/$SL/litetree" # the list of directories to sync from
|
||||
SYNCLIST="${MNTDIR}/$SL/litefile" # the list of files to sync
|
||||
@ -55,7 +55,7 @@ GetSyncInfo () {
|
||||
fi
|
||||
done
|
||||
|
||||
hn=`hostname`
|
||||
hn=`hostname -s`
|
||||
|
||||
|
||||
if [ -z $XCATSERVER ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user