Skip to content
This repository has been archived by the owner on Jan 16, 2020. It is now read-only.

rtorrent.rc path initplugins.php #33

Open
ShagoY opened this issue Apr 28, 2019 · 0 comments
Open

rtorrent.rc path initplugins.php #33

ShagoY opened this issue Apr 28, 2019 · 0 comments

Comments

@ShagoY
Copy link

ShagoY commented Apr 28, 2019

Hello,

En cherchant pourquoi le plugin "Scheduler" ne fonctionnait pas correctement, j'ai "découvert" une erreur dans le fichier .rtorrent.rc d'origine.

En effet, le chemin "/nginx/www/html/torrent/php/initplugins.php" n'existe pas dans ton image (latest).

J'ai donc modifier la ligne :
execute2 = {sh,-c,/usr/bin/php /nginx/www/html/torrent/php/initplugins.php torrent &}
vers
execute2 = {sh,-c,/usr/bin/php /var/www/html/torrent/php/initplugins.php torrent &}

Source : https://github.com/Novik/ruTorrent/wiki/Plugins

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant