From eaf4771f2f2bfb789b018c78d665f493261a5cc1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Tue, 4 May 2010 19:35:42 +0000 Subject: [PATCH] -Fix missing output from diagnostic message git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5960 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot/overlay/bin/restart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot/overlay/bin/restart b/xCAT-nbroot/overlay/bin/restart index bff63daed..e9be8ca11 100755 --- a/xCAT-nbroot/overlay/bin/restart +++ b/xCAT-nbroot/overlay/bin/restart @@ -26,7 +26,7 @@ while [ $WAITING -gt 0 ]; do fi done if [ $WAITING -gt 0 ]; then - echo -n "Not all of the nics $FORCEDNICS managed to acquire an address, retrying in 30 seconds..." + echo -n "Not all of the nics $FORCENICS managed to acquire an address, retrying in 30 seconds..." sleep 30 echo "now retrying" fi