aredn: add zombie.log to supporttool list

This commit is contained in:
Joe AE6XE 2018-09-12 23:41:40 -07:00
parent c2894f8df9
commit c5e9342e29
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@
BEGIN {push @INC, '/www/cgi-bin'};
use perlfunc;
chomp (${wifiif}=`uci -q get 'network.wifi.ifname'`);
$phy=get_wlan2phy("${wifiif");
$phy=get_wlan2phy("${wifiif}");
@files = ( "/etc/config/",
@ -52,6 +52,7 @@ $phy=get_wlan2phy("${wifiif");
"/var/run/hosts_olsr",
"/tmp/rssi.dat",
"/tmp/rssi.log",
"/tmp/zombie.log",
);
@sensitive = ( "/etc/config/vtun",