Changes

From Amahi Wiki
Jump to: navigation, search
4 bytes added ,  15:42, 5 April 2014
and it look like this:
{{Text|<pre>
# watch for torrent files in the torrents directory
*/2 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent && rm -f /var/hda/files/torrents/*.torrent
}}</pre>
add ">/dev/null 2>&1" to the end of both commands and reports will be prevented in the future, like this:
{{Text|<pre>
# watch for torrent files in the torrents directory
*/2 * * * * transmission transmission-remote localhost:9091 -a /var/hda/files/torrents/*.torrent >/dev/null 2>&1 && rm -f /var/hda/files/torrents/*.torrent >/dev/null 2>&1
}}</pre>
= Use Transmission with HTTPS Trackers on Ubuntu 12.04 =
12,424

edits