mirror of
				https://github.com/kenzok8/openwrt-packages.git
				synced 2025-10-30 07:50:37 +08:00 
			
		
		
		
	
		
			
	
	
		
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/sh | ||
|  | 
 | ||
|  | uci -q batch <<-EOF >/dev/null | ||
|  | 	delete ucitrack.@easymesh[-1] | ||
|  | 	add ucitrack easymesh | ||
|  | 	set ucitrack.@easymesh[-1].init=easymesh | ||
|  | 	commit ucitrack | ||
|  | EOF | ||
|  | 
 | ||
|  | rm -f /tmp/luci-indexcache | ||
|  | exit 0 |