Skip to content

Commit

Permalink
Update 90-customUI.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 19, 2025
1 parent b2afd3e commit b8dd2ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transmission/rootfs/etc/cont-init.d/90-customUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ if bashio::config.has_value 'customUI' && [ ! "$CUSTOMUI" = default ] && [ ! "$C
"transmission-web-control")
### Install WebUI
mkdir -p /transmission-web-control
curl -sL $(curl -s https://api.github.com/repos/ronggang/transmission-web-control/releases/latest | jq --raw-output '.tarball_url') | tar -C /transmission-web-control/ --strip-components=2 -xz \
curl -sL "$(curl -s https://api.github.com/repos/ronggang/transmission-web-control/releases/latest | jq --raw-output '.tarball_url')" | tar -C /transmission-web-control/ --strip-components=2 -xz \
# Enables the original UI button in transmission-web-control
ln -s /usr/share/transmission/public_html/* /transmission-web-control/ 2>/dev/null || true
ln -s /usr/share/transmission/public_html/index.html /transmission-web-control/index.original.html
Expand Down

0 comments on commit b8dd2ad

Please sign in to comment.