UnblockNeteaseMusicGo: bump to v0.2.0 to fix x86 32bit running

This commit is contained in:
lean 2020-03-29 00:27:03 +08:00 committed by CN_SZTL
parent 8233d170ee
commit 6c04f36d39
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -25,7 +25,7 @@ if sret == 0 then
if tonumber(icount) ~= tonumber(oldcount) then
luci.sys.exec("cp -f /tmp/gfwnew.txt /etc/dnsmasq.ssr/gfw_list.conf")
luci.sys.exec("cp -f /tmp/gfwnew.txt /tmp/dnsmasq.ssr/gfw_list.conf")
log('更新成功! 新的总纪录数:'.. icount)
log('更新成功! 新的总纪录数:'.. tostring(tonumber(icount)/2))
else
log('你已经是最新数据,无需更新!')
end