From 4b08fbc17c83c58bfa0a7d87c134289003d7391c Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 5 Mar 2008 22:04:51 +0000 Subject: [PATCH] Make output more likely to not get interleaved erroneously. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@699 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/dodestiny | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-nbroot/overlay/bin/dodestiny b/xCAT-nbroot/overlay/bin/dodestiny index 19a96b41c..b2903ac05 100755 --- a/xCAT-nbroot/overlay/bin/dodestiny +++ b/xCAT-nbroot/overlay/bin/dodestiny @@ -35,6 +35,7 @@ while :; do usleep 500000 #Mitigate occurrances of 'failed to notify node' while [ ! -r /restart ]; do ifconfig -a|grep HWaddr|grep -v sit|awk '{print $1 "|" $5}' + sleep 1 MTM="unknown" SERIAL="unknown" if [ -x /bin/vpddecode ]; then