You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd /usr/local/share/transmission
ln -s public_html web
root@pih:/usr/local/share/transmission# ls -l
total 12
drwxr-xr-x 3 root root 4096 Apr 21 14:20 ./
drwxr-xr-x 7 root root 4096 Apr 20 14:55 ../
drwxr-xr-x 3 root root 4096 Apr 21 14:19 public_html/
lrwxrwxrwx 1 root root 11 Apr 21 14:20 web -> public_html/
The text was updated successfully, but these errors were encountered:
colemar
changed the title
Improve web root path detection or/and better document how to specify it
Linux: Improve web root path detection or/and better document how to specify it
Apr 21, 2023
I got transmission from
https://github.com/transmission/transmission/releases/download/4.0.3/transmission-4.0.3.tar.xz
then proceeded to build it as explained in
https://github.com/transmission/transmission#building-a-transmission-release-from-the-command-line
After
make install
the web root was/usr/local/share/transmission/public_html/
(notice noweb
folder).Downloaded latest
install-tr-control.sh
and immediately noticed that at line 109 it assumes that transmission web root path ends inweb
:WEB_FOLDER="$ROOT_FOLDER/web"
My workaround was
The text was updated successfully, but these errors were encountered: