Skip to content

Commit 8c7f623

Browse files
committed
fix ssr-server display
1 parent 436a108 commit 8c7f623

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

luci-app-ssr-plus/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=luci-app-ssr-plus
44
PKG_VERSION:=176
5-
PKG_RELEASE:=6
5+
PKG_RELEASE:=7
66

77
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
88

luci-app-ssr-plus/luasrc/model/cbi/shadowsocksr/server-config.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ o.rmempty = false
6565

6666
o = s:option(ListValue, "type", translate("Server Type"))
6767
o:value("socks5", translate("Socks5"))
68-
if nixio.fs.access("/usr/bin/ss-server") then
68+
if nixio.fs.access("/usr/bin/ssr-server") then
6969
o:value("ssr", translate("ShadowsocksR"))
7070
end
7171
o.default = "socks5"

0 commit comments

Comments
 (0)