transmission-web-control/release
Euler Alves 5044faf970
getTransmissionPath in install-tr-control.sh
I added `|| [ -f "/etc/openwrt_release" ]` on the function `getTransmissionPath()` to

~~~bash
if [ -f "/etc/fedora-release" ] || [ -f "/etc/debian_version" ] || [ -f "/etc/openwrt_release" ]; then
		ROOT_FOLDER="/usr/share/transmission"
fi
~~~

so the root folder is recognized on [OpenWRT](http://www.openwrt.org) for installation or update.
That path is align with the [OpenWRT package](https://github.com/openwrt/packages/tree/master/net/transmission-web-control)
2020-09-23 11:19:21 -03:00
..
install-tr-control-cn.sh feat(shell): 安装脚本增加群晖判断 2020-09-14 18:59:21 +08:00
install-tr-control-gitee.sh feat(shell): 增加 gitee 安装脚本 2020-09-15 17:36:25 +08:00
install-tr-control.sh getTransmissionPath in install-tr-control.sh 2020-09-23 11:19:21 -03:00