summaryrefslogtreecommitdiff
path: root/cptorrents
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-28 13:14:47 -0400
committerBen Sima <ben@bsima.me>2021-05-16 09:44:02 -0400
commitd37664d373449acde7f40b2a097afda505332da8 (patch)
tree8c4bd4c70e0c41ec6a10447aa78be80414c66078 /cptorrents
parent57187bb97dc47bfb810471820fba33e120b12e89 (diff)
use my domain name
Diffstat (limited to 'cptorrents')
-rwxr-xr-xcptorrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cptorrents b/cptorrents
index e1bfab8..446bc13 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@192.168.1.6:/mnt/campbell/ben/torrents/in;
+ rsync -av ~/Downloads/*.torrent ben@dev.simatime.com:/mnt/campbell/ben/torrents/in;
rm ~/Downloads/*.torrent;
exit 0;
esac