Modify the execution permissions of openwrt-ssr *.sh

This commit is contained in:
coolsnowwolf 2018-09-29 12:20:21 +08:00
parent 48c8621027
commit 3b0e35ca72

View File

@ -182,7 +182,7 @@ define Package/openwrt-ssr/install
$(INSTALL_DIR) $(1)/etc
$(INSTALL_DATA) ./files/china_ssr.txt $(1)/etc/china_ssr.txt
$(INSTALL_DIR) $(1)/usr/share/shadowsocksr
$(INSTALL_DATA) ./files/root/usr/share/shadowsocksr/*.sh $(1)/usr/share/shadowsocksr/
$(INSTALL_BIN) ./files/root/usr/share/shadowsocksr/*.sh $(1)/usr/share/shadowsocksr/
endef
Package/luci-app-shadowsocksR/install = $(call Package/openwrt-ssr/install,$(1),shadowsocksr)