mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 13:22:36 +00:00 
			
		
		
		
	-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:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user