mirror of
				https://github.com/Ysurac/openmptcprouter-feeds.git
				synced 2025-03-09 15:40:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			230 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/sh
 | 
						|
 | 
						|
uci -q batch <<-EOF >/dev/null
 | 
						|
	delete ucitrack.@shadowsocks-libev[-1]
 | 
						|
	add ucitrack shadowsocks-libev
 | 
						|
	set ucitrack.@shadowsocks-libev[-1].init=shadowsocks-libev
 | 
						|
	commit ucitrack
 | 
						|
EOF
 | 
						|
 | 
						|
rm -f /tmp/luci-indexcache
 | 
						|
exit 0
 |