Update collectd_td_stat.sh
This commit is contained in:
parent
6c8c808b3d
commit
b238eb2409
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user