diff --git a/scripts/stat-ping110 b/scripts/stat-ping110 index 6939472..321acab 100755 --- a/scripts/stat-ping110 +++ b/scripts/stat-ping110 @@ -13,7 +13,7 @@ if [[ -n $1 ]] ; then fi while [[ 1 ]] ; do -stat-bonding out + stat-bonding out VLAN=110 ; if [[ -f /etc/netdev/vlan.$VLAN.csv ]] ; then VLAN_CONF=`sed 's/#.*$//' /etc/netdev/vlan.$VLAN.csv \ @@ -47,4 +47,6 @@ stat-bonding out else echo "vLAN $GRN$VLAN$OFF: Ok all" fi + echo + sleep 1 done