fix script

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11437 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2012-01-30 17:17:18 +00:00
parent 16fe6622fb
commit 931bd9cc97

View File

@ -145,9 +145,9 @@ sleep 1
/usr/sbin/schedo -F -o tick_sync=1
/usr/sbin/schedo -F -o big_tick_size=1
grep -q cosched3 /etc/poe.priority
grep -q cosched3 /etc/poe.priority 2> /dev/null
if [[ $? -ne 0 ]] then
echo '* cosched1 18 100 97 10' >> /etc/poe.priority
echo '* cosched1 18 100 97 10' > /etc/poe.priority
echo '* cosched2 13 100 99.5 10' >> /etc/poe.priority
echo '* cosched3 13 100 99 3' >> /etc/poe.priority
chmod 644 /etc/poe.priority