Merge pull request #9 from IMcPwn/patch-3

Fix misspelling of urlsnarf_log - Thanks!
pull/11/head
Sebastian Kinne 2015-10-11 23:46:47 -07:00
commit 11ebb43d38
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