Fix misspelling of urlsnarf_log
parent
fb0d939a24
commit
49e3852db0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue