mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-11-01 02:48:18 +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;
|
break;
|
||||||
case 'debugon':
|
case 'debugon':
|
||||||
case 'debugoff':
|
case 'debugoff':
|
||||||
uci.set('uspot', 'def_captive', 'debug', 1);
|
uci.set('uspot', 'def_captive', 'debug', 'debugon'==ARGV[0]);
|
||||||
uci.commit();
|
uci.commit();
|
||||||
restart();
|
restart();
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user