Changes

From Amahi Wiki
Jump to: navigation, search
6 bytes added ,  22:26, 8 July 2014
* To change the logging or saving of torrents, you will need to modify the script below (located in /usr/share/transmission directory):
** Remove '''>> /var/log/torrentwatch.log''' to disable logging.
** Change '''mv "$file" "$file".added" ''' to '''"rm -f "$file"''' to prevent saving torrents with .added extension.
<pre>#!/bin/bash
12,424

edits