mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
uspot: captive: honor 'debugoff'
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
committed by
John Crispin
parent
d667c2e2b9
commit
db37e3727d
@@ -116,7 +116,7 @@ case 'log':
|
||||
break;
|
||||
case 'debugon':
|
||||
case 'debugoff':
|
||||
uci.set('uspot', 'def_captive', 'debug', 1);
|
||||
uci.set('uspot', 'def_captive', 'debug', 'debugon'==ARGV[0]);
|
||||
uci.commit();
|
||||
restart();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user