one typo in rc.statelite is fixed

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7445 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2010-09-14 09:25:43 +00:00
parent 138b9ec928
commit a6f6a92f56

View File

@ -133,7 +133,7 @@ GetSyncInfo () {
/bin/bash
fi
SLI=$(( $RAMDOM % 50 ))
SLI=$(( $RANDOM % 50 ))
sleep $SLI
xCATCmd $XCATSERVER litetree \
| sed -e 's/<[^>]*>//g' \