Update collectd_td_stat.sh

This commit is contained in:
stebifan 2016-01-25 18:46:06 +01:00
parent 454e2110f2
commit 15ba2a8624

View File

@ -6,7 +6,7 @@ fi
#Remove old Interfaces #Remove old Interfaces
rm /opt/freifunk/tunneldigger_interfaces/* rm /opt/freifunk/tunneldigger_interfaces/*
#Create Interace files #Create Interace files
for i in `/sbin/brctl show br-nodes | grep l2tp1`; for i in `/sbin/brctl show br-nodes | grep l2tp`;
do do
touch /opt/freifunk/tunneldigger_interfaces/$i touch /opt/freifunk/tunneldigger_interfaces/$i
done done