Fix misspelling of urlsnarf_log

pull/9/head
IMcPwn 2015-09-19 12:54:45 -04:00
parent fb0d939a24
commit 49e3852db0
1 changed files with 2 additions and 2 deletions

View File

@ -50,9 +50,9 @@ function status {
} }
function configure { function configure {
if [ -s /etc/config/urlsnarf ] if [ -s /etc/config/urlsnarf ];
then then
urlsanrf_log=$(uci get urlsnarf.log) urlsnarf_log=$(uci get urlsnarf.log)
else else
touch /etc/config/urlsnarf touch /etc/config/urlsnarf
fi fi