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 {
if [ -s /etc/config/urlsnarf ]
if [ -s /etc/config/urlsnarf ];
then
urlsanrf_log=$(uci get urlsnarf.log)
urlsnarf_log=$(uci get urlsnarf.log)
else
touch /etc/config/urlsnarf
fi