use new rtorrent socket location
authorDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Sat, 7 Jan 2012 21:15:34 +0000 (22:15 +0100)
committerDobrica Pavlinusic <dpavlin@rsync1.maxxo.com>
Sat, 7 Jan 2012 21:15:34 +0000 (22:15 +0100)
torrent/rtorrent-dump.pl

index a900aec..ff1a071 100755 (executable)
@@ -5,7 +5,7 @@ use strict;
 use RTPG;
 use Data::Dump qw(dump);
 
-my $h = new RTPG(url=> $ENV{SOCKET} || '/srv/cloudstore/var/torrent/socket');
+my $h = new RTPG(url=> $ENV{SOCKET} || '/rsync1/s1/torrent/socket');
 
 if ( @ARGV ) {
        print "# ",dump(@ARGV);