Update collectd_td_stat.sh

This commit is contained in:
stebifan 2016-01-24 23:43:56 +01:00
parent 6c8c808b3d
commit b238eb2409

View File

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