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:
parent
138b9ec928
commit
a6f6a92f56
@ -133,7 +133,7 @@ GetSyncInfo () {
|
||||
/bin/bash
|
||||
fi
|
||||
|
||||
SLI=$(( $RAMDOM % 50 ))
|
||||
SLI=$(( $RANDOM % 50 ))
|
||||
sleep $SLI
|
||||
xCATCmd $XCATSERVER litetree \
|
||||
| sed -e 's/<[^>]*>//g' \
|
||||
|
Loading…
Reference in New Issue
Block a user