2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Remove trailing spaces in file xCAT-IBMhpc/share/xcat/IBMhpc/ping-all/ping_all

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 3a8232944f
commit e13c4ea5a1

View File

@ -1,7 +1,7 @@
#!/bin/ksh
function do_pings {
#set -x
#set -x
integer dest_array_index=0
integer total_ping_count=0
@ -62,7 +62,7 @@ else
file=$1
fi
#ifconfig -a | grep 'inet ' | awk ' { print $2 } ' | grep -v 127.0.0.1 |
#ifconfig -a | grep 'inet ' | awk ' { print $2 } ' | grep -v 127.0.0.1 |
ip -4 -oneline addr show 2>/dev/null |grep inet | sed -ne "s/.*inet //p"|awk -F ' ' '{print $1}'|awk -F '/' '{print $1}'|
while read my_address ; do
##print "checking $my_address"
@ -73,7 +73,7 @@ while read my_address ; do
integer starting_line_minus_1=$starting_line-1
tail +${starting_line} $file > /tmp/current_ping_address_file
head -${starting_line_minus_1} $file >> /tmp/current_ping_address_file
file=/tmp/current_ping_address_file
file=/tmp/current_ping_address_file
do_pings
found_flag=1
break