Un echo y un sleep

This commit is contained in:
Sandino Araico Sanchez 2021-11-03 13:46:06 -06:00
parent b0de533ebb
commit 8dadd0cbce

View file

@ -13,7 +13,7 @@ if [[ -n $1 ]] ; then
fi
while [[ 1 ]] ; do
stat-bonding out
stat-bonding out
for VLAN in {10..4000} ; do
if [[ -f /etc/netdev/vlan.$VLAN.csv ]] ; then
VLAN_CONF=`sed 's/#.*$//' /etc/netdev/vlan.$VLAN.csv \
@ -48,4 +48,6 @@ stat-bonding out
echo "vLAN $GRN$VLAN$OFF: Ok all"
fi
done
echo
sleep 1
done