summaryrefslogtreecommitdiff
path: root/cptorrents
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-24 14:28:59 -0500
committerBen Sima <ben@bsima.me>2020-12-24 14:29:24 -0500
commitdb4b47b550df840ab5d655f5573bc78135daae95 (patch)
tree491ce32c2dbaf518e7a1d7ec2fbfc1290bc023e8 /cptorrents
parent82e4054abe0443f735bf585e0165bb539f58034d (diff)
.
Diffstat (limited to 'cptorrents')
-rwxr-xr-xcptorrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cptorrents b/cptorrents
index 40ea7ee..e1bfab8 100755
--- a/cptorrents
+++ b/cptorrents
@@ -8,7 +8,7 @@ if [ -n "$files" ]; then
case $reply in
n | N | no | NO ) exit 1;;
*) printf "syncing\n";
- rsync -av ~/Downloads/*.torrent ben@home.simatime.com:/mnt/lake/ben/torrents/in;
+ rsync -av ~/Downloads/*.torrent ben@192.168.1.6:/mnt/campbell/ben/torrents/in;
rm ~/Downloads/*.torrent;
exit 0;
esac