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
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
date >> $OUTPUT_DIR/ping.error.log
|
||||||
|
echo "stat-ping: start" >> $OUTPUT_DIR/ping.error.log
|
||||||
|
|
||||||
while [[ 1 ]] ; do
|
while [[ 1 ]] ; do
|
||||||
stat-bonding out
|
stat-bonding out
|
||||||
for VLAN in {10..4000} ; do
|
for VLAN in {10..4000} ; do
|
||||||
|
|
|
@ -12,6 +12,9 @@ if [[ -n $1 ]] ; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
date >> $OUTPUT_DIR/ping.error.log
|
||||||
|
echo "stat-ping: start" >> $OUTPUT_DIR/ping.error.log
|
||||||
|
|
||||||
while [[ 1 ]] ; do
|
while [[ 1 ]] ; do
|
||||||
stat-bonding out
|
stat-bonding out
|
||||||
VLAN=110 ;
|
VLAN=110 ;
|
||||||
|
|
Loading…
Reference in a new issue