From bd1240a00218a914488961287d9f7e5f49576c58 Mon Sep 17 00:00:00 2001 From: Rich Brown Date: Thu, 24 Sep 2015 23:04:05 -0400 Subject: [PATCH] typo in README, changed openwrtstats.sh to use OpenWrt (not CeroWrt) WAN port name --- README.md | 1 - openwrtstats.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf76d73..37c51ce 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ cd /usr/lib git clone git://github.com/richb-hanover/OpenWrtScripts.git ``` - --- ## config-openwrt.sh diff --git a/openwrtstats.sh b/openwrtstats.sh index c9deb24..a058c2d 100755 --- a/openwrtstats.sh +++ b/openwrtstats.sh @@ -11,7 +11,7 @@ # - /tmp/openwrtstats_output.txt - output file for stats radio=phy0 -wlan_if=sw00 +wlan_if=wan out_fqn=/tmp/openwrtstats_output.txt echo -e "[date]" > ${out_fqn}