summaryrefslogtreecommitdiff
path: root/cptorrents
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-11 15:08:01 -0700
committerBen Sima <ben@bsima.me>2019-05-11 15:08:01 -0700
commit9984ec59f0d8784410316e54ea230b234e7b9ed8 (patch)
tree72af4dbe841cf8547fa14b80e6796fe1c62ef396 /cptorrents
parent7fd4df96b22b9680312f0e2e764233d3e9119050 (diff)
change domain name
Diffstat (limited to 'cptorrents')
-rwxr-xr-xcptorrents2
1 files changed, 1 insertions, 1 deletions
diff --git a/cptorrents b/cptorrents
index 310e162..40ea7ee 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@buildmindful.com:/mnt/lake/ben/torrents/in;
+ rsync -av ~/Downloads/*.torrent ben@home.simatime.com:/mnt/lake/ben/torrents/in;
rm ~/Downloads/*.torrent;
exit 0;
esac