Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aa65535 committed Aug 28, 2016
1 parent 9ca10a5 commit 3a2b0da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ endef
define Package/luci-app-shadowsocks/postinst
#!/bin/sh
if [ -f ${IPKG_INSTROOT}/etc/uci-defaults/luci-shadowsocks ]; then
( . ${IPKG_INSTROOT}/etc/uci-defaults/luci-shadowsocks )
( . ${IPKG_INSTROOT}/etc/uci-defaults/luci-shadowsocks ) && \
rm -f ${IPKG_INSTROOT}/etc/uci-defaults/luci-shadowsocks
fi
if [ -z "${IPKG_INSTROOT}" ]; then
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ OpenWrt LuCI for Shadowsocks-libev
├── etc/
│   ├── config/
│   │   └── shadowsocks // UCI 配置文件
│   └── init.d/
│      └── shadowsocks // init 脚本
│   │── init.d/
│   │   └── shadowsocks // init 脚本
│   └── uci-defaults/
│      └── luci-shadowsocks // uci-defaults 脚本
└── usr/
├── bin/
│   └── ss-rules // 生成代理转发规则的脚本
Expand Down

0 comments on commit 3a2b0da

Please sign in to comment.