mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	uspot: captive: honor 'debugoff'
Signed-off-by: Thibaut VARÈNE <hacks@slashdirt.org>
This commit is contained in:
		 Thibaut VARÈNE
					Thibaut VARÈNE
				
			
				
					committed by
					
						 John Crispin
						John Crispin
					
				
			
			
				
	
			
			
			 John Crispin
						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