luci-app-shadowsocks icon indicating copy to clipboard operation
luci-app-shadowsocks copied to clipboard

Subscription doesn't work

Open kery opened this issue 2 years ago • 0 comments

The subscription doesn't work because of below code. The subscription update will be discarded because the table_equal returns true. Don't quite understand what the purpose of below code. Can you have a look?

		local current = get_current_servers()
		if table_equal(servers, current) then
			uci:revert(config)
		else

kery avatar Aug 02 '22 05:08 kery