Update collectd_td_stat.sh
This commit is contained in:
parent
454e2110f2
commit
15ba2a8624
@ -6,7 +6,7 @@ fi
|
||||
#Remove old Interfaces
|
||||
rm /opt/freifunk/tunneldigger_interfaces/*
|
||||
#Create Interace files
|
||||
for i in `/sbin/brctl show br-nodes | grep l2tp1`;
|
||||
for i in `/sbin/brctl show br-nodes | grep l2tp`;
|
||||
do
|
||||
touch /opt/freifunk/tunneldigger_interfaces/$i
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user