Escribir siempre en el log de errores del test-ping
This commit is contained in:
parent
cfa733c48b
commit
757ab816bd
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,9 @@ if [[ -n $1 ]] ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
date >> $OUTPUT_DIR/ping.error.log
|
||||
echo "stat-ping: start" >> $OUTPUT_DIR/ping.error.log
|
||||
|
||||
while [[ 1 ]] ; do
|
||||
stat-bonding out
|
||||
for VLAN in {10..4000} ; do
|
||||
|
|
|
@ -12,6 +12,9 @@ if [[ -n $1 ]] ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
date >> $OUTPUT_DIR/ping.error.log
|
||||
echo "stat-ping: start" >> $OUTPUT_DIR/ping.error.log
|
||||
|
||||
while [[ 1 ]] ; do
|
||||
stat-bonding out
|
||||
VLAN=110 ;
|
||||
|
|
Loading…
Reference in a new issue