In my
log.execute = ...
File.
Above my own /home/admin/completeNotif1.sh I see
Code:
sh -c id -u > /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; id -G >> /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; echo ~ >> /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; chmod 0644 /tmp/rutorrent-stats-12393748974c6d708d9c8a9
--- Success ---
rm /tmp/rutorrent-stats-12393748974c6d708d9c8a9
--- Success ---
sh -c '/home/admin/rtorrent/php/test.sh' stat '/home/admin/rtorrent/share/users/r/settings/885807896' '/usr/bin/stat'
--- Success ---
I recently have been getting "bad return code" occasionally on download completion. I refuse to believe it is my completeNotif1 being the cause, as it should always EXIT 0 (even if it errors).
What exactly is rutorrent doing on download completion, and what can I do to stop it?
log.execute = ...
File.
Above my own /home/admin/completeNotif1.sh I see
Code:
sh -c id -u > /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; id -G >> /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; echo ~ >> /tmp/rutorrent-stats-12393748974c6d708d9c8a9 ; chmod 0644 /tmp/rutorrent-stats-12393748974c6d708d9c8a9
--- Success ---
rm /tmp/rutorrent-stats-12393748974c6d708d9c8a9
--- Success ---
sh -c '/home/admin/rtorrent/php/test.sh' stat '/home/admin/rtorrent/share/users/r/settings/885807896' '/usr/bin/stat'
--- Success ---
I recently have been getting "bad return code" occasionally on download completion. I refuse to believe it is my completeNotif1 being the cause, as it should always EXIT 0 (even if it errors).
What exactly is rutorrent doing on download completion, and what can I do to stop it?