From: yujian Date: Thu, 1 Jun 2006 09:45:09 +0000 (+0000) Subject: b=9853 X-Git-Tag: v1_7_100~1^90~8^2~170 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8b3517d6fceb5bc2db667fc3a96aa782b1a1dc24;p=fs%2Flustre-release.git b=9853 Fixed a syntax error. --- diff --git a/lustre/utils/cluster_scripts/verify_serviceIP.sh b/lustre/utils/cluster_scripts/verify_serviceIP.sh index 9afef32..9d49d73 100755 --- a/lustre/utils/cluster_scripts/verify_serviceIP.sh +++ b/lustre/utils/cluster_scripts/verify_serviceIP.sh @@ -106,7 +106,6 @@ findInterface() { declare target=$1 declare hostname=$2 - { while read intf line do while read line @@ -131,8 +130,7 @@ findInterface() { shift done done - done - } < <(${REMOTE} $hostname /sbin/ifconfig) + done < <(${REMOTE} $hostname /sbin/ifconfig) echo >&2 "`basename $0`: Cannot find the interface in which" \ "$target is configured in the host $hostname!"