From ed5a629fcbfbdba6317a7e38f48e2b8744b609c0 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 31 Jan 2012 21:19:11 +0000 Subject: [PATCH] more changes git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11448 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter b/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter index fa7c13046..fe90fa182 100755 --- a/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter +++ b/xCAT-IBMhpc/share/xcat/IBMhpc/aixcleanjitter @@ -147,7 +147,7 @@ sleep 1 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