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
{{ message }}
This repository was archived by the owner on Jan 16, 2020. It is now read-only.
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 &}
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
The text was updated successfully, but these errors were encountered: